summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdStatistic.idl
blob: 1d6498b3d9808406c7c60d360277185118139c7a (plain)
1
2
3
4
5
6
7
8
9
10
11
module ooo { module vba { module word {
    constants WdStatistic {
        const long wdStatisticCharacters = 3;
        const long wdStatisticCharactersWithSpaces = 5;
        const long wdStatisticFarEastCharacters = 6;
        const long wdStatisticLines = 1;
        const long wdStatisticPages = 2;
        const long wdStatisticParagraphs = 4;
        const long wdStatisticWords = 0;
    };
}; }; };