summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoLineStyle.idl
blob: 76dfac5d198a634702a0aa4e38e8ec7045732701 (plain)
1
2
3
4
5
6
7
8
9
10
module ooo { module vba { module office {
    constants MsoLineStyle {
        const long msoLineSingle = 1;
        const long msoLineStyleMixed = -2;
        const long msoLineThickBetweenThin = 5;
        const long msoLineThickThin = 4;
        const long msoLineThinThick = 3;
        const long msoLineThinThin = 2;
    };
}; }; };