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

(Global Index)

Syntax

constants group UserFieldFormat;

Description

These constants describe how the content of a user text field is formatted.

Constants Summary

SYSTEM The number format of the operating system is used.

TEXT The content is formatted as text.

NUM The number format of the property "NumberFormat" is used.

Field Details



SYSTEM

Syntax

const short  SYSTEM = 0;

Description

The number format of the operating system is used.


TEXT

Syntax

const short  TEXT = 1;

Description

The content is formatted as text.


NUM

Syntax

const short  NUM = 2;

Description

The number format of the property "NumberFormat" is used.

Top of Page