summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdDocumentViewDirection.idl
blob: 4d24b8706bdffbca41a3501d952b173428f0df5e (plain)
1
2
3
4
5
6
module ooo { module vba { module word {
    constants WdDocumentViewDirection {
        const long wdDocumentViewLtr = 1;
        const long wdDocumentViewRtl = 0;
    };
}; }; };