summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdHeaderFooterIndex.idl
blob: a74dfe978483f7b449a270f60586d4215419a220 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module word {
    constants WdHeaderFooterIndex {
        const long wdHeaderFooterEvenPages = 3;
        const long wdHeaderFooterFirstPage = 2;
        const long wdHeaderFooterPrimary = 1;
    };
}; }; };