summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdTableDirection.idl
blob: 7b60ae6bb8cfa2d0bf66cace9797452214f7534a (plain)
1
2
3
4
5
6
module ooo { module vba { module word {
    constants WdTableDirection {
        const long wdTableDirectionLtr = 1;
        const long wdTableDirectionRtl = 0;
    };
}; }; };