summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdRulerStyle.idl
blob: b110494e748c66f676c99a7fd64ec604f5a89430 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module word {
    constants WdRulerStyle {
        const long wdAdjustFirstColumn = 2;
        const long wdAdjustNone = 0;
        const long wdAdjustProportional = 1;
        const long wdAdjustSameWidth = 3;
    };
}; }; };