Update ooo320-m1
[ooovba.git] / offapi / com / sun / star / drawing / RectanglePoint.idl
bloba00ddec3a659b8819e934cd337179d3acbe77be8
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: RectanglePoint.idl,v $
10 * $Revision: 1.7 $
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_drawing_RectanglePoint_idl__
31 #define __com_sun_star_drawing_RectanglePoint_idl__
34 //=============================================================================
36 module com { module sun { module star { module drawing {
38 //=============================================================================
40 // DocMerge from xml: enum com::sun::star::drawing::RectanglePoint
41 /** specifies one of nine points in a rectangle.
43 published enum RectanglePoint
45 //-------------------------------------------------------------------------
46 // DOCUMENTATION OMITTED FOR RectanglePoint:: LEFT_TOP,
48 // DocMerge from xml: value com::sun::star::drawing::RectanglePoint::LEFT_TOP
49 /** specify to the point on the left side from the top of the rectangle.
51 LEFT_TOP,
53 //-------------------------------------------------------------------------
54 // DOCUMENTATION OMITTED FOR RectanglePoint:: MIDDLE_TOP,
56 // DocMerge from xml: value com::sun::star::drawing::RectanglePoint::MIDDLE_TOP
57 /** specify to the point on the middle of the top from the rectangle.
59 MIDDLE_TOP,
61 //-------------------------------------------------------------------------
62 // DOCUMENTATION OMITTED FOR RectanglePoint:: RIGHT_TOP,
64 // DocMerge from xml: value com::sun::star::drawing::RectanglePoint::RIGHT_TOP
65 /** specify to the point on the right side from the top of the rectangle.
67 RIGHT_TOP,
69 //-------------------------------------------------------------------------
70 // DOCUMENTATION OMITTED FOR RectanglePoint:: LEFT_MIDDLE,
72 // DocMerge from xml: value com::sun::star::drawing::RectanglePoint::LEFT_MIDDLE
73 /** specify to the point on the middle of the left side from the rectangle.
75 LEFT_MIDDLE,
77 //-------------------------------------------------------------------------
78 // DOCUMENTATION OMITTED FOR RectanglePoint:: MIDDLE_MIDDLE,
80 // DocMerge from xml: value com::sun::star::drawing::RectanglePoint::MIDDLE_MIDDLE
81 /** specify to the point on the center from the rectangle.
83 MIDDLE_MIDDLE,
85 //-------------------------------------------------------------------------
86 // DOCUMENTATION OMITTED FOR RectanglePoint:: RIGHT_MIDDLE,
88 // DocMerge from xml: value com::sun::star::drawing::RectanglePoint::RIGHT_MIDDLE
89 /** specify to the point on the middle of the right side from the rectangle.
91 RIGHT_MIDDLE,
93 //-------------------------------------------------------------------------
94 // DOCUMENTATION OMITTED FOR RectanglePoint:: LEFT_BOTTOM,
96 // DocMerge from xml: value com::sun::star::drawing::RectanglePoint::LEFT_BOTTOM
97 /** specify to the point on the bottom of the left side from the rectangle.
99 LEFT_BOTTOM,
101 //-------------------------------------------------------------------------
102 // DOCUMENTATION OMITTED FOR RectanglePoint:: MIDDLE_BOTTOM,
104 // DocMerge from xml: value com::sun::star::drawing::RectanglePoint::MIDDLE_BOTTOM
105 /** specify to the point on the middle of the bottom from the rectangle.
107 MIDDLE_BOTTOM,
109 //-------------------------------------------------------------------------
110 // DOCUMENTATION OMITTED FOR RectanglePoint:: RIGHT_BOTTOM
112 // DocMerge from xml: value com::sun::star::drawing::RectanglePoint::RIGHT_BOTTOM
113 /** specify to the point on the bottom of the right side from the rectangle.
115 RIGHT_BOTTOM
119 //=============================================================================
121 }; }; }; };
123 #endif