summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoShapeType.idl
blob: 44c3082c48dec9dfc05210ba5b946a356fe43644 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module ooo { module vba { module office {
    constants MsoShapeType {
        const long msoAutoShape = 1;
        const long msoCallout = 2;
        const long msoCanvas = 20;
        const long msoChart = 3;
        const long msoComment = 4;
        const long msoDiagram = 21;
        const long msoEmbeddedOLEObject = 7;
        const long msoFormControl = 8;
        const long msoFreeform = 5;
        const long msoGroup = 6;
        const long msoInk = 22;
        const long msoInkComment = 23;
        const long msoLine = 9;
        const long msoLinkedOLEObject = 10;
        const long msoLinkedPicture = 11;
        const long msoMedia = 16;
        const long msoOLEControlObject = 12;
        const long msoPicture = 13;
        const long msoPlaceholder = 14;
        const long msoScriptAnchor = 18;
        const long msoShapeTypeMixed = -2;
        const long msoTable = 19;
        const long msoTextBox = 17;
        const long msoTextEffect = 15;
    };
}; }; };