summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdPasteDataType.idl
blob: e5827e588527424427ae8e58d3910bc80b140813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module ooo { module vba { module word {
    constants WdPasteDataType {
        const long wdPasteBitmap = 4;
        const long wdPasteDeviceIndependentBitmap = 5;
        const long wdPasteEnhancedMetafile = 9;
        const long wdPasteHTML = 10;
        const long wdPasteHyperlink = 7;
        const long wdPasteMetafilePicture = 3;
        const long wdPasteOLEObject = 0;
        const long wdPasteRTF = 1;
        const long wdPasteShape = 8;
        const long wdPasteText = 2;
    };
}; }; };