summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoPresetLightingDirection.idl
blob: b571c91992337d87f7880eff8f8eb6b9587dfdd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module ooo { module vba { module office {
    constants MsoPresetLightingDirection {
        const long msoLightingBottom = 8;
        const long msoLightingBottomLeft = 7;
        const long msoLightingBottomRight = 9;
        const long msoLightingLeft = 4;
        const long msoLightingNone = 5;
        const long msoLightingRight = 6;
        const long msoLightingTop = 2;
        const long msoLightingTopLeft = 1;
        const long msoLightingTopRight = 3;
        const long msoPresetLightingDirectionMixed = -2;
    };
}; }; };