summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/word/WdSubscriberFormats.idl
blob: ae77bd185a8b259b9494c2e746426d9b2ac43b27 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module word {
    constants WdSubscriberFormats {
        const long wdSubscriberBestFormat = 0;
        const long wdSubscriberPict = 4;
        const long wdSubscriberRTF = 1;
        const long wdSubscriberText = 2;
    };
}; }; };