LibreOffice
LibreOffice 7.1 SDK API Reference
Shape.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef __com_sun_star_drawing_Shape_idl__
20#define __com_sun_star_drawing_Shape_idl__
21
31
32 module com { module sun { module star { module drawing {
33
34
43published service Shape
44{
45
49
50
56
57
61
62
67
68
74
75
77
78
80 [optional, property] long ZOrder;
81
82
86 [optional, property] short LayerID;
87
88
92 [optional, property] string LayerName;
93
94
99 [optional, property] boolean Visible;
100
101
105 [optional, property] boolean Printable;
106
107
111 [optional, property] boolean MoveProtect;
112
113
116 [optional, property] string Name;
117
118
122 [optional, property] boolean SizeProtect;
123
124
128
129
137
138
145
146
151 [optional, property] long NavigationOrder;
152
155 [optional, property] string Hyperlink;
156
166 [optional, property] sequence<com::sun::star::beans::PropertyValue> InteropGrabBag;
167
173 [optional, property] short RelativeHeight;
174
180 [optional, property] short RelativeWidth;
181
188 [optional, property] short RelativeHeightRelation;
189
196 [optional, property] short RelativeWidthRelation;
197};
198
199
200}; }; }; };
201
202#endif
203
204/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:64
provides access to multiple iformation of a set of properties with a single call.
Definition: XTolerantMultiPropertySet.idl:49
This is the generic interface for supporting the insertion and removal of named elements.
Definition: XNameContainer.idl:41
must be supported to provide access to a container of GluePoint2.
Definition: XGluePointsSupplier.idl:31
offers some settings which are allowed even for objects which are not yet inserted into a draw page.
Definition: XShapeDescriptor.idl:35
lets you do a basic transformation on a Shape and get its type.
Definition: XShape.idl:39
allows to explicitly free resources and break cyclic references.
Definition: XComponent.idl:43
specifies a template for a style (aka style sheet).
Definition: XStyle.idl:34
Definition: Accessible.idl:22
This abstract service specifies the general characteristics of all Shapes.
Definition: Shape.idl:44
string Hyperlink
this property lets you get and set a hyperlink for this shape.
Definition: Shape.idl:155
sequence< com::sun::star::beans::PropertyValue > InteropGrabBag
Grab bag of shape properties, used as a string-any map for interim interop purposes.
Definition: Shape.idl:166
short RelativeWidth
contains the relative width of the object.
Definition: Shape.idl:180
boolean Visible
If this is FALSE, the Shape is not visible on screen outputs.
Definition: Shape.idl:99
boolean SizeProtect
With this set to TRUE, this Shape may not be sized interactively in the user interface.
Definition: Shape.idl:122
string Name
This is the name of this Shape.
Definition: Shape.idl:116
short RelativeHeight
contains the relative height of the object.
Definition: Shape.idl:173
com::sun::star::style::XStyle Style
this property lets you get and set a style for this shape.
Definition: Shape.idl:127
boolean MoveProtect
With this set to TRUE, this Shape cannot be moved interactively in the user interface.
Definition: Shape.idl:111
long ZOrder
is used to query or change the ZOrder of this Shape.
Definition: Shape.idl:76
com::sun::star::drawing::HomogenMatrix3 Transformation
this property lets you get and set the transformation matrix for this shape.
Definition: Shape.idl:136
boolean Printable
If this is FALSE, the Shape is not visible on printer outputs.
Definition: Shape.idl:105
short RelativeWidthRelation
contains the relation of the relative width of the object.
Definition: Shape.idl:196
string LayerName
This is the name of the Layer to which this Shape is attached.
Definition: Shape.idl:92
long NavigationOrder
this property stores the navigation order of this shape.
Definition: Shape.idl:151
short RelativeHeightRelation
contains the relation of the relative height of the object.
Definition: Shape.idl:188
short LayerID
This is the ID of the Layer to which this Shape is attached.
Definition: Shape.idl:86
com::sun::star::container::XNameContainer ShapeUserDefinedAttributes
this property stores xml attributes.
Definition: Shape.idl:144
specifies a homogeneous matrix by three homogeneous lines
Definition: HomogenMatrix3.idl:31