1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: RectanglePoint.idl,v $
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.
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.
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.
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.
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.
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.
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.
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.
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.
119 //=============================================================================