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

(Global Index)

Syntax

constants group DocumentStatistic;

Description

These constants are used to specify the type of a document statistic field.

Constants Summary

PAGES

PARAS

WORDS

CHARS

Field Details



PAGES

Syntax

const short  PAGES = 0;

PARAS

Syntax

const short  PARAS = 1;

WORDS

Syntax

const short  WORDS = 2;

CHARS

Syntax

const short  CHARS = 3;
Top of Page