Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: text ::

constants group UserDataPart
Description
These constants define which part of the user data is displayed in a user data text field (service "sun.one.text.TextField.ExtendedUser")

Constants
COMPANY The field shows the company name.  
FIRSTNAME The field shows the first name.  
NAME The field shows the name.  
SHORTCUT The field shows the initials.  
STREET The field shows the street.  
COUNTRY The field shows the country.  
ZIP The field shows the zip code.  
CITY The field shows the city.  
TITLE The field shows the title.  
POSITION The field shows the position.  
PHONE_PRIVATE The field shows the no of the private phone.  
PHONE_COMPANY The field shows the number of the business phone.  
FAX The field shows the fax no.  
EMAIL The field shows the e-Mail.  
STATE The field shows the state.  
Constants' Details
COMPANY
const short COMPANY = 0;
Description
The field shows the company name.
FIRSTNAME
const short FIRSTNAME = 1;
Description
The field shows the first name.
NAME
const short NAME = 2;
Description
The field shows the name.
SHORTCUT
const short SHORTCUT = 3;
Description
The field shows the initials.
STREET
const short STREET = 4;
Description
The field shows the street.
COUNTRY
const short COUNTRY = 5;
Description
The field shows the country.
ZIP
const short ZIP = 6;
Description
The field shows the zip code.
CITY
const short CITY = 7;
Description
The field shows the city.
TITLE
const short TITLE = 8;
Description
The field shows the title.
POSITION
const short POSITION = 9;
Description
The field shows the position.
PHONE_PRIVATE
const short PHONE_PRIVATE = 10;
Description
The field shows the no of the private phone.
PHONE_COMPANY
const short PHONE_COMPANY = 11;
Description
The field shows the number of the business phone.
FAX
const short FAX = 12;
Description
The field shows the fax no.
EMAIL
const short EMAIL = 13;
Description
The field shows the e-Mail.
STATE
const short STATE = 14;
Description
The field shows the state.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.