summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdIndexFormat.idl
blob: b0be6795b2c3cfd86efd4999b9a26a44db531ba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
module ooo { module vba { module word {
    constants WdIndexFormat {
        const long wdIndexBulleted = 4;
        const long wdIndexClassic = 1;
        const long wdIndexFancy = 2;
        const long wdIndexFormal = 5;
        const long wdIndexModern = 3;
        const long wdIndexSimple = 6;
        const long wdIndexTemplate = 0;
    };
}; }; };