summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/PpAutoSize.idl
blob: 78def33efaffe39bd488b2e4dd6c0cb340a38a63 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module powerpoint {
    constants PpAutoSize {
        const long ppAutoSizeMixed = -2;
        const long ppAutoSizeNone = 0;
        const long ppAutoSizeShapeToFitText = 1;
    };
}; }; };