LibreOffice
LibreOffice 24.2 SDK API Reference
|
These constants are used to specify which parts of an author name are displayed in a field. More...
Variables | |
const short | FULL = 0 |
The full name of the author is displayed. More... | |
const short | LAST_NAME = 1 |
Only the last name of the author is displayed. More... | |
const short | FIRST_NAME = 2 |
Only the first name of the author is displayed. More... | |
const short | INITIALS = 3 |
The initials of the author are displayed. More... | |
These constants are used to specify which parts of an author name are displayed in a field.
const short FIRST_NAME = 2 |
Only the first name of the author is displayed.
const short FULL = 0 |
The full name of the author is displayed.
const short INITIALS = 3 |
The initials of the author are displayed.
const short LAST_NAME = 1 |
Only the last name of the author is displayed.