summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdLineWidth.idl
blob: 40daedfe127e38f4058b66b60381ba0ab5bec58f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module ooo { module vba { module word {
    constants WdLineWidth {
        const long wdLineWidth025pt = 2;
        const long wdLineWidth050pt = 4;
        const long wdLineWidth075pt = 6;
        const long wdLineWidth100pt = 8;
        const long wdLineWidth150pt = 12;
        const long wdLineWidth225pt = 18;
        const long wdLineWidth300pt = 24;
        const long wdLineWidth450pt = 36;
        const long wdLineWidth600pt = 48;
    };
}; }; };