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

(Global Index)

Syntax

constants group SetVariableType;

Description

These constants define the type of a variable text field.

Constants Summary

VAR specifies a simple variable.

SEQUENCE specifies a number sequence field.

FORMULA specifies a formula field.

STRING specifies a string field.

Field Details



VAR

Syntax

const short  VAR = 0;

Description

specifies a simple variable.


SEQUENCE

Syntax

const short  SEQUENCE = 1;

Description

specifies a number sequence field.


FORMULA

Syntax

const short  FORMULA = 2;

Description

specifies a formula field.


STRING

Syntax

const short  STRING = 3;

Description

specifies a string field.

Top of Page