summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdCharacterWidth.idl
blob: bf9380de84c8d8c6aa5195fc016166be281bf7b6 (plain)
1
2
3
4
5
6
module ooo { module vba { module word {
    constants WdCharacterWidth {
        const long wdWidthFullWidth = 7;
        const long wdWidthHalfWidth = 6;
    };
}; }; };