summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdSectionStart.idl
blob: 3b626622624f21c764d703928306a4be5d932ba3 (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module word {
    constants WdSectionStart {
        const long wdSectionContinuous = 0;
        const long wdSectionEvenPage = 3;
        const long wdSectionNewColumn = 1;
        const long wdSectionNewPage = 2;
        const long wdSectionOddPage = 4;
    };
}; }; };