summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoArrowheadStyle.idl
blob: 33a615652e8c040e355729c5f47b4b742f4be4ba (plain)
1
2
3
4
5
6
7
8
9
10
11
module ooo { module vba { module office {
    constants MsoArrowheadStyle {
        const long msoArrowheadDiamond = 5;
        const long msoArrowheadNone = 1;
        const long msoArrowheadOpen = 3;
        const long msoArrowheadOval = 6;
        const long msoArrowheadStealth = 4;
        const long msoArrowheadStyleMixed = -2;
        const long msoArrowheadTriangle = 2;
    };
}; }; };