summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdPrintOutItem.idl
blob: d76a84b8045010aee0dfc4fdbc173a25025af4a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module ooo { module vba { module word {
    constants WdPrintOutItem {
        const long wdPrintAutoTextEntries = 4;
        const long wdPrintComments = 2;
        const long wdPrintDocumentContent = 0;
        const long wdPrintDocumentWithMarkup = 7;
        const long wdPrintEnvelope = 6;
        const long wdPrintKeyAssignments = 5;
        const long wdPrintMarkup = 2;
        const long wdPrintProperties = 1;
        const long wdPrintStyles = 3;
    };
}; }; };