summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoBlackWhiteMode.idl
blob: 6e39918b8fe4d4223fdb1d43f0f9918624cb09ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module ooo { module vba { module office {
    constants MsoBlackWhiteMode {
        const long msoBlackWhiteAutomatic = 1;
        const long msoBlackWhiteBlack = 8;
        const long msoBlackWhiteBlackTextAndLine = 6;
        const long msoBlackWhiteDontShow = 10;
        const long msoBlackWhiteGrayOutline = 5;
        const long msoBlackWhiteGrayScale = 2;
        const long msoBlackWhiteHighContrast = 7;
        const long msoBlackWhiteInverseGrayScale = 4;
        const long msoBlackWhiteLightGrayScale = 3;
        const long msoBlackWhiteMixed = -2;
        const long msoBlackWhiteWhite = 9;
    };
}; }; };