summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdSmartTagControlType.idl
blob: 52b6e63a50ea22dc2e1ea3506865c0689555ebe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module ooo { module vba { module word {
    constants WdSmartTagControlType {
        const long wdControlActiveX = 13;
        const long wdControlButton = 6;
        const long wdControlCheckbox = 9;
        const long wdControlCombo = 12;
        const long wdControlDocumentFragment = 14;
        const long wdControlDocumentFragmentURL = 15;
        const long wdControlHelp = 3;
        const long wdControlHelpURL = 4;
        const long wdControlImage = 8;
        const long wdControlLabel = 7;
        const long wdControlLink = 2;
        const long wdControlListbox = 11;
        const long wdControlRadioGroup = 16;
        const long wdControlSeparator = 5;
        const long wdControlSmartTag = 1;
        const long wdControlTextbox = 10;
    };
}; }; };