bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlDataLabelPosition.idl
blob6d8b6ebb12957c2ba00b3a1ee5463955bdde77b9
1 module ooo { module vba { module excel {
2 constants XlDataLabelPosition {
3 const long xlLabelPositionAbove = 0;
4 const long xlLabelPositionBelow = 1;
5 const long xlLabelPositionBestFit = 5;
6 const long xlLabelPositionCenter = -4108;
7 const long xlLabelPositionCustom = 7;
8 const long xlLabelPositionInsideBase = 4;
9 const long xlLabelPositionInsideEnd = 3;
10 const long xlLabelPositionLeft = -4131;
11 const long xlLabelPositionMixed = 6;
12 const long xlLabelPositionOutsideEnd = 2;
13 const long xlLabelPositionRight = -4152;
15 }; }; };