summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdDocumentDirection.idl
blob: a428aa6aa945f7dca8b11ee4102349cfa936e6ad (plain)
1
2
3
4
5
6
module ooo { module vba { module word {
    constants WdDocumentDirection {
        const long wdLeftToRight = 0;
        const long wdRightToLeft = 1;
    };
}; }; };