summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdRowHeightRule.idl
blob: 4fbe9c2ffabbf972c7ca7ff3af9f1b25d54b9d1b (plain)
1
2
3
4
5
6
7
module ooo { module vba { module word {
    constants WdRowHeightRule {
        const long wdRowHeightAtLeast = 1;
        const long wdRowHeightAuto = 0;
        const long wdRowHeightExactly = 2;
    };
}; }; };