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;