summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoArrowheadWidth.idl
blob: 425bc5f131734db42336748dbf00ed11ab9519d4 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module office {
    constants MsoArrowheadWidth {
        const long msoArrowheadNarrow = 1;
        const long msoArrowheadWide = 3;
        const long msoArrowheadWidthMedium = 2;
        const long msoArrowheadWidthMixed = -2;
    };
}; }; };