Top   Module   Use   Manual   Index 

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

constants group DocumentStatistic


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


Constants

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