summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdSelectionType.idl
blob: e1e1818377ae85ff8d92436db607bbfe5e6b9e52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module ooo { module vba { module word {
    constants WdSelectionType {
        const long wdNoSelection = 0;
        const long wdSelectionBlock = 6;
        const long wdSelectionColumn = 4;
        const long wdSelectionFrame = 3;
        const long wdSelectionInlineShape = 7;
        const long wdSelectionIP = 1;
        const long wdSelectionNormal = 2;
        const long wdSelectionRow = 5;
        const long wdSelectionShape = 8;
    };
}; }; };