summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdListLevelAlignment.idl
blob: 920f04fbd05037e380ea1a192fb67f8e3389226f (plain)
1
2
3
4
5
6
7
module ooo { module vba { module word {
    constants WdListLevelAlignment {
        const long wdListLevelAlignCenter = 1;
        const long wdListLevelAlignLeft = 0;
        const long wdListLevelAlignRight = 2;
    };
}; }; };