summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdLineWidth.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/word/WdLineWidth.idl')
-rw-r--r--oovbaapi/ooo/vba/word/WdLineWidth.idl13
1 files changed, 13 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/word/WdLineWidth.idl b/oovbaapi/ooo/vba/word/WdLineWidth.idl
new file mode 100644
index 000000000000..40daedfe127e
--- /dev/null
+++ b/oovbaapi/ooo/vba/word/WdLineWidth.idl
@@ -0,0 +1,13 @@
+module ooo { module vba { module word {
+ constants WdLineWidth {
+ const long wdLineWidth025pt = 2;
+ const long wdLineWidth050pt = 4;
+ const long wdLineWidth075pt = 6;
+ const long wdLineWidth100pt = 8;
+ const long wdLineWidth150pt = 12;
+ const long wdLineWidth225pt = 18;
+ const long wdLineWidth300pt = 24;
+ const long wdLineWidth450pt = 36;
+ const long wdLineWidth600pt = 48;
+ };
+}; }; };