summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/word/WdRectangleType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/word/WdRectangleType.idl')
-rw-r--r--oovbaapi/ooo/vba/word/WdRectangleType.idl12
1 files changed, 12 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/word/WdRectangleType.idl b/oovbaapi/ooo/vba/word/WdRectangleType.idl
new file mode 100644
index 000000000000..282433fb7256
--- /dev/null
+++ b/oovbaapi/ooo/vba/word/WdRectangleType.idl
@@ -0,0 +1,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;
+ };
+}; }; };