| LibreOffice
    LibreOffice 25.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. | |
| const short | LAST_NAME = 1 | 
| Only the last name of the author is displayed. | |
| const short | FIRST_NAME = 2 | 
| Only the first name of the author is displayed. | |
| const short | INITIALS = 3 | 
| The initials of the author are displayed. | |
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.