LibreOffice
LibreOffice 7.4 SDK API Reference
EnhancedCustomShapeGeometry.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_EnhancedCustomShapeGeometry_idl__
20 #define __com_sun_star_drawing_EnhancedCustomShapeGeometry_idl__
21 
27 
28 
29 module com { module sun { module star { module drawing {
30 
36 {
44  [property] string Type;
45 
49 
52  [optional, property] boolean MirroredX;
53 
56  [optional, property] boolean MirroredY;
57 
61  [optional, property] double TextRotateAngle;
62 
65  [optional, property] sequence<::com::sun::star::drawing::EnhancedCustomShapeAdjustmentValue> AdjustmentValues;
66 
70  [optional, property] sequence<::com::sun::star::beans::PropertyValue> Extrusion;
71 
75  [optional, property] sequence<::com::sun::star::beans::PropertyValue> Path;
76 
80  [optional, property] sequence<::com::sun::star::beans::PropertyValue> TextPath;
81 
86  [optional, property] sequence<string> Equations;
87 
91  [optional, property] sequence<::com::sun::star::beans::PropertyValues> Handles;
92 };
93 
94 
95 }; }; }; };
96 
97 #endif
98 
99 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Definition: Ambiguous.idl:22
This service may be represented by a com::sun::star::beans::PropertyValue [].
Definition: EnhancedCustomShapeGeometry.idl:36
sequence<::com::sun::star::drawing::EnhancedCustomShapeAdjustmentValue > AdjustmentValues
This property specifies a sequence of Adjustment values.
Definition: EnhancedCustomShapeGeometry.idl:65
sequence<::com::sun::star::beans::PropertyValue > Extrusion
This property sequence is including the extrusion description, the properties are as same as specifie...
Definition: EnhancedCustomShapeGeometry.idl:70
sequence<::com::sun::star::beans::PropertyValues > Handles
This property is describing the interaction handles that are used, each inner property sequence is ha...
Definition: EnhancedCustomShapeGeometry.idl:91
sequence<::com::sun::star::beans::PropertyValue > TextPath
This property sequence is including the text path description, the properties are as same as specifie...
Definition: EnhancedCustomShapeGeometry.idl:80
::com::sun::star::awt::Rectangle ViewBox
This property describes the user space of the shape in its canonical form.
Definition: EnhancedCustomShapeGeometry.idl:48
string Type
The Type attribute contains the name of a shape type.
Definition: EnhancedCustomShapeGeometry.idl:44
double TextRotateAngle
This property specifies the text rotation angle in degrees.
Definition: EnhancedCustomShapeGeometry.idl:61
sequence< string > Equations
This property is describing the equations that are used, each equation can be referenced by com::sun:...
Definition: EnhancedCustomShapeGeometry.idl:86
sequence<::com::sun::star::beans::PropertyValue > Path
This property sequence is including the path description, the properties are as same as specified in ...
Definition: EnhancedCustomShapeGeometry.idl:75
boolean MirroredX
This property specifies if the orientation of the shape is horizontal mirrored.
Definition: EnhancedCustomShapeGeometry.idl:52
boolean MirroredY
This property specifies if the orientation of the shape is vertical mirrored.
Definition: EnhancedCustomShapeGeometry.idl:56
specifies a rectangular area by position and size.
Definition: Rectangle.idl:30