LibreOffice
LibreOffice 24.8 SDK API Reference
|
These constants define which part of the user data is displayed in a user data text field (service "sun.one.text.TextField.ExtendedUser") More...
Variables | |
const short | COMPANY = 0 |
The field shows the company name. | |
const short | FIRSTNAME = 1 |
The field shows the first name. | |
const short | NAME = 2 |
The field shows the name. | |
const short | SHORTCUT = 3 |
The field shows the initials. | |
const short | STREET = 4 |
The field shows the street. | |
const short | COUNTRY = 5 |
The field shows the country. | |
const short | ZIP = 6 |
The field shows the zip code. | |
const short | CITY = 7 |
The field shows the city. | |
const short | TITLE = 8 |
The field shows the title. | |
const short | POSITION = 9 |
The field shows the position. | |
const short | PHONE_PRIVATE = 10 |
The field shows the no of the private phone. | |
const short | PHONE_COMPANY = 11 |
The field shows the number of the business phone. | |
const short | FAX = 12 |
The field shows the fax no. | |
const short | EMAIL = 13 |
The field shows the e-Mail. | |
const short | STATE = 14 |
The field shows the state. | |
These constants define which part of the user data is displayed in a user data text field (service "sun.one.text.TextField.ExtendedUser")
const short CITY = 7 |
The field shows the city.
const short COMPANY = 0 |
The field shows the company name.
const short COUNTRY = 5 |
The field shows the country.
const short EMAIL = 13 |
The field shows the e-Mail.
const short FAX = 12 |
The field shows the fax no.
const short FIRSTNAME = 1 |
The field shows the first name.
const short NAME = 2 |
The field shows the name.
const short PHONE_COMPANY = 11 |
The field shows the number of the business phone.
const short PHONE_PRIVATE = 10 |
The field shows the no of the private phone.
const short POSITION = 9 |
The field shows the position.
const short SHORTCUT = 3 |
The field shows the initials.
const short STATE = 14 |
The field shows the state.
const short STREET = 4 |
The field shows the street.
const short TITLE = 8 |
The field shows the title.
const short ZIP = 6 |
The field shows the zip code.