summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdMeasurementUnits.idl
blob: 0e728e0d2548e65ed15183ed4e797091c4a7fda0 (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module word {
    constants WdMeasurementUnits {
        const long wdCentimeters = 1;
        const long wdInches = 0;
        const long wdMillimeters = 2;
        const long wdPicas = 4;
        const long wdPoints = 3;
    };
}; }; };