summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/PpPlaceholderType.idl
blob: 0b90cecd9abe92c5bdd2e74355a485f752e42f60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module ooo { module vba { module powerpoint {
    constants PpPlaceholderType {
        const long ppPlaceholderBitmap = 9;
        const long ppPlaceholderBody = 2;
        const long ppPlaceholderCenterTitle = 3;
        const long ppPlaceholderChart = 8;
        const long ppPlaceholderDate = 16;
        const long ppPlaceholderFooter = 15;
        const long ppPlaceholderHeader = 14;
        const long ppPlaceholderMediaClip = 10;
        const long ppPlaceholderMixed = -2;
        const long ppPlaceholderObject = 7;
        const long ppPlaceholderOrgChart = 11;
        const long ppPlaceholderSlideNumber = 13;
        const long ppPlaceholderSubtitle = 4;
        const long ppPlaceholderTable = 12;
        const long ppPlaceholderTitle = 1;
        const long ppPlaceholderVerticalBody = 6;
        const long ppPlaceholderVerticalTitle = 5;
    };
}; }; };