LibreOffice
LibreOffice 24.2 SDK API Reference
|
These constants are used to specify which information about a template is displayed in a field. More...
Variables | |
const short | FULL = 0 |
const short | PATH = 1 |
const short | NAME = 2 |
Only the file name, without file extension, of the template file will be displayed. More... | |
const short | NAME_AND_EXT = 3 |
The file name and the file extension of the template file will be displayed. More... | |
const short | AREA = 4 |
The name of the template area is displayed. More... | |
const short | TITLE = 5 |
The title of the template file is displayed. More... | |
These constants are used to specify which information about a template is displayed in a field.
const short AREA = 4 |
The name of the template area is displayed.
const short FULL = 0 |
const short NAME = 2 |
Only the file name, without file extension, of the template file will be displayed.
const short NAME_AND_EXT = 3 |
The file name and the file extension of the template file will be displayed.
const short PATH = 1 |
const short TITLE = 5 |
The title of the template file is displayed.