constants group UserDataPart in module com::sun::star::text::

(Global Index)

Syntax

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 Summary

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.

Field Details



COMPANY

Syntax

const short  COMPANY = 0;

Description

The field shows the company name.


FIRSTNAME

Syntax

const short  FIRSTNAME = 1;

Description

The field shows the first name.


NAME

Syntax

const short  NAME = 2;

Description

The field shows the name.


SHORTCUT

Syntax

const short  SHORTCUT = 3;

Description

The field shows the initials.


STREET

Syntax

const short  STREET = 4;

Description

The field shows the street.


COUNTRY

Syntax

const short  COUNTRY = 5;

Description

The field shows the country.


ZIP

Syntax

const short  ZIP = 6;

Description

The field shows the zip code.


CITY

Syntax

const short  CITY = 7;

Description

The field shows the city.


TITLE

Syntax

const short  TITLE = 8;

Description

The field shows the title.


POSITION

Syntax

const short  POSITION = 9;

Description

The field shows the position.


PHONE_PRIVATE

Syntax

const short  PHONE_PRIVATE = 10;

Description

The field shows the no of the private phone.


PHONE_COMPANY

Syntax

const short  PHONE_COMPANY = 11;

Description

The field shows the number of the business phone.


FAX

Syntax

const short  FAX = 12;

Description

The field shows the fax no.


EMAIL

Syntax

const short  EMAIL = 13;

Description

The field shows the e-Mail.


STATE

Syntax

const short  STATE = 14;

Description

The field shows the state.

Top of Page