summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoPictureColorType.idl
blob: 50d0d1aeef2cc82f277f932bee77ada52c10f409 (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module office {
    constants MsoPictureColorType {
        const long msoPictureAutomatic = 1;
        const long msoPictureBlackAndWhite = 3;
        const long msoPictureGrayscale = 2;
        const long msoPictureMixed = -2;
        const long msoPictureWatermark = 4;
    };
}; }; };