summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdDocumentMedium.idl
blob: ab19a08a543926afca8fd5314be36907d72ac226 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module word {
    constants WdDocumentMedium {
        const long wdDocument = 1;
        const long wdEmailMessage = 0;
        const long wdWebPage = 2;
    };
}; }; };