summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdPreferredWidthType.idl
blob: 327cd4f1def75c858d7ea8ae9746e3bff4e8a893 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module word {
    constants WdPreferredWidthType {
        const long wdPreferredWidthAuto = 1;
        const long wdPreferredWidthPercent = 2;
        const long wdPreferredWidthPoints = 3;
    };
}; }; };