summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcPrintDuplex.idl
blob: d4dbc31000428ac4a9fa8194bc5333ce2cc0e0dc (plain)
1
2
3
4
5
6
7
module ooo { module vba { module access {
    constants AcPrintDuplex {
        const long acPRDPHorizontal = 2;
        const long acPRDPSimplex = 1;
        const long acPRDPVertical = 3;
    };
}; }; };