LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::text::UserFieldFormat Constant Group Referencepublished

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

Variables

const short SYSTEM = 0
 The number format of the operating system is used. More...
 
const short TEXT = 1
 The content is formatted as text. More...
 
const short NUM = 2
 The number format of the property "NumberFormat" is used. More...
 

Detailed Description

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

Variable Documentation

◆ NUM

const short NUM = 2

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

◆ SYSTEM

const short SYSTEM = 0

The number format of the operating system is used.

◆ TEXT

const short TEXT = 1

The content is formatted as text.