summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoLineDashStyle.idl
blob: 248e5c63a3589241db249253ac1346f206cfd9fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module ooo { module vba { module office {
    constants MsoLineDashStyle {
        const long msoLineDash = 4;
        const long msoLineDashDot = 5;
        const long msoLineDashDotDot = 6;
        const long msoLineDashStyleMixed = -2;
        const long msoLineLongDash = 7;
        const long msoLineLongDashDot = 8;
        const long msoLineRoundDot = 3;
        const long msoLineSolid = 1;
        const long msoLineSquareDot = 2;
    };
}; }; };