summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/PpTextLevelEffect.idl
blob: e0a511a73fde131c17acdc652fb58285a99d546a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module ooo { module vba { module powerpoint {
    constants PpTextLevelEffect {
        const long ppAnimateByAllLevels = 16;
        const long ppAnimateByFifthLevel = 5;
        const long ppAnimateByFirstLevel = 1;
        const long ppAnimateByFourthLevel = 4;
        const long ppAnimateBySecondLevel = 2;
        const long ppAnimateByThirdLevel = 3;
        const long ppAnimateLevelMixed = -2;
        const long ppAnimateLevelNone = 0;
    };
}; }; };