xref: /AOO41X/main/offapi/com/sun/star/drawing/RectanglePoint.idl (revision d1766043198e81d0bcfc626e12893e7b4d7e31ca)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#ifndef __com_sun_star_drawing_RectanglePoint_idl__
24#define __com_sun_star_drawing_RectanglePoint_idl__
25
26
27//=============================================================================
28
29 module com {  module sun {  module star {  module drawing {
30
31//=============================================================================
32
33// DocMerge from xml: enum com::sun::star::drawing::RectanglePoint
34/** specifies one of nine points in a rectangle.
35 */
36published enum RectanglePoint
37{
38    //-------------------------------------------------------------------------
39    // DOCUMENTATION OMITTED FOR RectanglePoint::   LEFT_TOP,
40
41    // DocMerge from xml: value com::sun::star::drawing::RectanglePoint::LEFT_TOP
42    /** specify to the point on the left side from the top of the rectangle.
43     */
44    LEFT_TOP,
45
46    //-------------------------------------------------------------------------
47    // DOCUMENTATION OMITTED FOR RectanglePoint::   MIDDLE_TOP,
48
49    // DocMerge from xml: value com::sun::star::drawing::RectanglePoint::MIDDLE_TOP
50    /** specify to the point on the middle of the top from the rectangle.
51     */
52    MIDDLE_TOP,
53
54    //-------------------------------------------------------------------------
55    // DOCUMENTATION OMITTED FOR RectanglePoint::   RIGHT_TOP,
56
57    // DocMerge from xml: value com::sun::star::drawing::RectanglePoint::RIGHT_TOP
58    /** specify to the point on the right side from the top of the rectangle.
59     */
60    RIGHT_TOP,
61
62    //-------------------------------------------------------------------------
63    // DOCUMENTATION OMITTED FOR RectanglePoint::   LEFT_MIDDLE,
64
65    // DocMerge from xml: value com::sun::star::drawing::RectanglePoint::LEFT_MIDDLE
66    /** specify to the point on the middle of the left side from the rectangle.
67     */
68    LEFT_MIDDLE,
69
70    //-------------------------------------------------------------------------
71    // DOCUMENTATION OMITTED FOR RectanglePoint::   MIDDLE_MIDDLE,
72
73    // DocMerge from xml: value com::sun::star::drawing::RectanglePoint::MIDDLE_MIDDLE
74    /** specify to the point on the center from the rectangle.
75     */
76    MIDDLE_MIDDLE,
77
78    //-------------------------------------------------------------------------
79    // DOCUMENTATION OMITTED FOR RectanglePoint::   RIGHT_MIDDLE,
80
81    // DocMerge from xml: value com::sun::star::drawing::RectanglePoint::RIGHT_MIDDLE
82    /** specify to the point on the middle of the right side from the rectangle.
83     */
84    RIGHT_MIDDLE,
85
86    //-------------------------------------------------------------------------
87    // DOCUMENTATION OMITTED FOR RectanglePoint::   LEFT_BOTTOM,
88
89    // DocMerge from xml: value com::sun::star::drawing::RectanglePoint::LEFT_BOTTOM
90    /** specify to the point on the bottom of the left side from the rectangle.
91     */
92    LEFT_BOTTOM,
93
94    //-------------------------------------------------------------------------
95    // DOCUMENTATION OMITTED FOR RectanglePoint::   MIDDLE_BOTTOM,
96
97    // DocMerge from xml: value com::sun::star::drawing::RectanglePoint::MIDDLE_BOTTOM
98    /** specify to the point on the middle of the bottom from the rectangle.
99     */
100    MIDDLE_BOTTOM,
101
102    //-------------------------------------------------------------------------
103    // DOCUMENTATION OMITTED FOR RectanglePoint::   RIGHT_BOTTOM
104
105    // DocMerge from xml: value com::sun::star::drawing::RectanglePoint::RIGHT_BOTTOM
106    /** specify to the point on the bottom of the right side from the rectangle.
107     */
108    RIGHT_BOTTOM
109
110};
111
112//=============================================================================
113
114}; }; }; };
115
116#endif
117
118