constants group NumberingType in module com::sun::star::style::

(Global Index)

Syntax

constants group NumberingType;

Description

These constants are used to specify which numbering style is used.

Constants Summary

CHARS_UPPER_LETTER Numbering is put in upper case letters as "A, B, C, D, ...".

CHARS_LOWER_LETTER Numbering is in lower case letters as "a, b, c, e,...".

ROMAN_UPPER Numbering is in Roman numbers with upper case letters as "I, II, III, IV, ...".

ROMAN_LOWER Numbering is in Roman numbers with lower case letters as "i, ii, iii, iv, ...".

ARABIC Numbering is in Arabic numbers as "1, 2, 3, 4, ...".

NUMBER_NONE Numbering is invisible.

CHAR_SPECIAL Use a character from a specified font.

PAGE_DESCRIPTOR Numbering is specified in the page style.

BITMAP Numbering is displayed as a bitmap graphic.

CHARS_UPPER_LETTER_N Numbering is put in upper case letters as "A, B, ..., Y, Z, AA, BB, CC, ... AAA, ...".

CHARS_LOWER_LETTER_N Numbering is put in lower case letters as "a, b, ..., y, z, aa, bb, cc, ... aaa, ...".

TRANSLITERATION a transliteration module will be used to produce numbers in chinese, japanese, etc.

Field Details



CHARS_UPPER_LETTER

Syntax

const short  CHARS_UPPER_LETTER = 0;

Description

Numbering is put in upper case letters as "A, B, C, D, ...".


CHARS_LOWER_LETTER

Syntax

const short  CHARS_LOWER_LETTER = 1;

Description

Numbering is in lower case letters as "a, b, c, e,...".


ROMAN_UPPER

Syntax

const short  ROMAN_UPPER = 2;

Description

Numbering is in Roman numbers with upper case letters as "I, II, III, IV, ...".


ROMAN_LOWER

Syntax

const short  ROMAN_LOWER = 3;

Description

Numbering is in Roman numbers with lower case letters as "i, ii, iii, iv, ...".


ARABIC

Syntax

const short  ARABIC = 4;

Description

Numbering is in Arabic numbers as "1, 2, 3, 4, ...".


NUMBER_NONE

Syntax

const short  NUMBER_NONE = 5;

Description

Numbering is invisible.


CHAR_SPECIAL

Syntax

const short  CHAR_SPECIAL = 6;

Description

Use a character from a specified font.


PAGE_DESCRIPTOR

Syntax

const short  PAGE_DESCRIPTOR = 7;

Description

Numbering is specified in the page style.


BITMAP

Syntax

const short  BITMAP = 8;

Description

Numbering is displayed as a bitmap graphic.


CHARS_UPPER_LETTER_N

Syntax

const short  CHARS_UPPER_LETTER_N = 9;

Description

Numbering is put in upper case letters as "A, B, ..., Y, Z, AA, BB, CC, ... AAA, ...".


CHARS_LOWER_LETTER_N

Syntax

const short  CHARS_LOWER_LETTER_N =10;

Description

Numbering is put in lower case letters as "a, b, ..., y, z, aa, bb, cc, ... aaa, ...".


TRANSLITERATION

Syntax

const short  TRANSLITERATION = 11;

Description

a transliteration module will be used to produce numbers in chinese, japanese, etc.

Top of Page