summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/PpDirection.idl
blob: 575e7d90a20dbf48b21207d6619df4d997dcbb4d (plain)
1
2
3
4
5
6
7
module ooo { module vba { module powerpoint {
    constants PpDirection {
        const long ppDirectionLeftToRight = 1;
        const long ppDirectionMixed = -2;
        const long ppDirectionRightToLeft = 2;
    };
}; }; };