summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoCalloutDropType.idl
blob: cea97eba4f005bcfe87d0408efca4cbe67f47df5 (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module office {
    constants MsoCalloutDropType {
        const long msoCalloutDropBottom = 4;
        const long msoCalloutDropCenter = 3;
        const long msoCalloutDropCustom = 1;
        const long msoCalloutDropMixed = -2;
        const long msoCalloutDropTop = 2;
    };
}; }; };