summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/powerpoint/PpParagraphAlignment.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/powerpoint/PpParagraphAlignment.idl')
-rw-r--r--oovbaapi/ooo/vba/powerpoint/PpParagraphAlignment.idl12
1 files changed, 12 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/powerpoint/PpParagraphAlignment.idl b/oovbaapi/ooo/vba/powerpoint/PpParagraphAlignment.idl
new file mode 100644
index 000000000000..806e8bdbdb3f
--- /dev/null
+++ b/oovbaapi/ooo/vba/powerpoint/PpParagraphAlignment.idl
@@ -0,0 +1,12 @@
+module ooo { module vba { module powerpoint {
+ constants PpParagraphAlignment {
+ const long ppAlignCenter = 2;
+ const long ppAlignDistribute = 5;
+ const long ppAlignJustify = 4;
+ const long ppAlignJustifyLow = 7;
+ const long ppAlignLeft = 1;
+ const long ppAlignmentMixed = -2;
+ const long ppAlignRight = 3;
+ const long ppAlignThaiDistribute = 6;
+ };
+}; }; };