summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdPageNumberAlignment.idl
blob: bf2a9dea268c61591b3ca2c2bdd10e3c943eef9e (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module word {
    constants WdPageNumberAlignment {
        const long wdAlignPageNumberCenter = 1;
        const long wdAlignPageNumberInside = 3;
        const long wdAlignPageNumberLeft = 0;
        const long wdAlignPageNumberOutside = 4;
        const long wdAlignPageNumberRight = 2;
    };
}; }; };