summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/PpParagraphAlignment.idl
blob: 806e8bdbdb3f33d72d06e96e1559688e4da5637a (plain)
1
2
3
4
5
6
7
8
9
10
11
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;
    };
}; }; };