update dev300-m58
[ooovba.git] / offapi / com / sun / star / chart2 / LegendPosition.idl
blob06f9370bc69df44636d1cc88e2d270d9cf45c7f6
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: LegendPosition.idl,v $
10 * $Revision: 1.3 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef com_sun_star_chart_LegendPosition_idl
31 #define com_sun_star_chart_LegendPosition_idl
33 module com
35 module sun
37 module star
39 module chart2
42 /**
44 enum LegendPosition
46 /** In LTR mode this is the left-hand side
48 LINE_START,
50 /** In LTR mode this is the right-hand side
52 <p>This usually is the default.</p>
54 LINE_END,
56 /** In LTR mode this is the top side
58 PAGE_START,
60 /** In LTR mode this is the bottom side
62 PAGE_END,
64 /** The position of the legend is given by an offset value
66 CUSTOM
69 } ; // chart2
70 } ; // com
71 } ; // sun
72 } ; // star
74 #endif