summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdRectangleType.idl
blob: 282433fb7256608643b2031a1240dc6ef3bbe380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module ooo { module vba { module word {
    constants WdRectangleType {
        const long wdLineBetweenColumnRectangle = 5;
        const long wdMarkupRectangle = 2;
        const long wdMarkupRectangleButton = 3;
        const long wdPageBorderRectangle = 4;
        const long wdSelection = 6;
        const long wdShapeRectangle = 1;
        const long wdSystem = 7;
        const long wdTextRectangle = 0;
    };
}; }; };