summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdRevisionsBalloonPrintOrientation.idl
blob: 0706201dfe8867c89a06fc62d4af858cc47a570f (plain)
1
2
3
4
5
6
7
module ooo { module vba { module word {
    constants WdRevisionsBalloonPrintOrientation {
        const long wdBalloonPrintOrientationAuto = 0;
        const long wdBalloonPrintOrientationForceLandscape = 2;
        const long wdBalloonPrintOrientationPreserve = 1;
    };
}; }; };