summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdPrintOutPages.idl
blob: 62b5a81f7c61f070a54d97b480c484cc8a83620c (plain)
1
2
3
4
5
6
7
module ooo { module vba { module word {
    constants WdPrintOutPages {
        const long wdPrintAllPages = 0;
        const long wdPrintEvenPagesOnly = 2;
        const long wdPrintOddPagesOnly = 1;
    };
}; }; };