:: com :: sun :: star :: text ::

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

Constants
PAGES  
PARAS  
WORDS  
CHARS  
Constants' Details
PAGES
const short PAGES = 0;
PARAS
const short PARAS = 1;
WORDS
const short WORDS = 2;
CHARS
const short CHARS = 3;
Top of Page