summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/PpShapeFormat.idl
blob: e5c4cc75501294454b95b7893c3792fc732a68cd (plain)
1
2
3
4
5
6
7
8
9
10
module ooo { module vba { module powerpoint {
    constants PpShapeFormat {
        const long ppShapeFormatBMP = 3;
        const long ppShapeFormatEMF = 5;
        const long ppShapeFormatGIF = 0;
        const long ppShapeFormatJPG = 1;
        const long ppShapeFormatPNG = 2;
        const long ppShapeFormatWMF = 4;
    };
}; }; };