summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/PpPrintColorType.idl
blob: 95b83eadc80baea43dc84fbdbc069c0386f97912 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module powerpoint {
    constants PpPrintColorType {
        const long ppPrintBlackAndWhite = 2;
        const long ppPrintColor = 1;
        const long ppPrintPureBlackAndWhite = 3;
    };
}; }; };