summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdViewType.idl
blob: 87834eddf2a83088e3641cf9bf4b2435918262b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
module ooo { module vba { module word {
    constants WdViewType {
        const long wdMasterView = 5;
        const long wdNormalView = 1;
        const long wdOutlineView = 2;
        const long wdPrintPreview = 4;
        const long wdPrintView = 3;
        const long wdReadingView = 7;
        const long wdWebView = 6;
    };
}; }; };