summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/office/MsoFillType.idl
blob: 118e1f90d6a849ca9b3dd474074349d8a1abd47e (plain)
1
2
3
4
5
6
7
8
9
10
11
module ooo { module vba { module office {
    constants MsoFillType {
        const long msoFillBackground = 5;
        const long msoFillGradient = 3;
        const long msoFillMixed = -2;
        const long msoFillPatterned = 2;
        const long msoFillPicture = 6;
        const long msoFillSolid = 1;
        const long msoFillTextured = 4;
    };
}; }; };