summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlChartPicturePlacement.idl
blob: 92e45c42e2bc97bb000a00c95686ca548e362cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
module ooo { module vba { module excel {
    constants XlChartPicturePlacement {
        const long xlAllFaces = 7;
        const long xlEnd = 2;
        const long xlEndSides = 3;
        const long xlFront = 4;
        const long xlFrontEnd = 6;
        const long xlFrontSides = 5;
        const long xlSides = 1;
    };
}; }; };