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

(Global Index)

Syntax

constants group ParagraphStyleCategory;

Description

These constants are used to specify the category of paragraph styles in text documents.

Constants Summary

TEXT is applied to styles that are used for common text.

CHAPTER is applied to styles that are used as headings.

LIST is applied to styles that used in numberings and lists.

INDEX is applied to styles that are used in indexes.

EXTRA is applied to styles that are used in special regions like headers, footers, and footnote text.

HTML is applied to styles that are used to support HTML.

Field Details



TEXT

Syntax

const short  TEXT = 0;

Description

is applied to styles that are used for common text.


CHAPTER

Syntax

const short  CHAPTER = 1;

Description

is applied to styles that are used as headings.


LIST

Syntax

const short  LIST = 2;

Description

is applied to styles that used in numberings and lists.


INDEX

Syntax

const short  INDEX = 3;

Description

is applied to styles that are used in indexes.


EXTRA

Syntax

const short  EXTRA = 4;

Description

is applied to styles that are used in special regions like headers, footers, and footnote text.


HTML

Syntax

const short  HTML = 5;

Description

is applied to styles that are used to support HTML.

Top of Page