summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/PpViewType.idl
blob: 57c9f1dd151f1b4b448972efaacac8cf712e1e41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module ooo { module vba { module powerpoint {
    constants PpViewType {
        const long ppViewHandoutMaster = 4;
        const long ppViewMasterThumbnails = 12;
        const long ppViewNormal = 9;
        const long ppViewNotesMaster = 5;
        const long ppViewNotesPage = 3;
        const long ppViewOutline = 6;
        const long ppViewPrintPreview = 10;
        const long ppViewSlide = 1;
        const long ppViewSlideMaster = 2;
        const long ppViewSlideSorter = 7;
        const long ppViewThumbnails = 11;
        const long ppViewTitleMaster = 8;
    };
}; }; };