summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlLineStyle.idl
blob: a2a02eec66b8e2f437cfb5ae0555b3f607b67483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module ooo { module vba { module excel {
    constants XlLineStyle {
        const long xlContinuous = 1;
        const long xlDash = -4115;
        const long xlDashDot = 4;
        const long xlDashDotDot = 5;
        const long xlDot = -4118;
        const long xlDouble = -4119;
        const long xlLineStyleNone = -4142;
        const long xlSlantDashDot = 13;
    };
}; }; };