LibreOffice
LibreOffice 24.8 SDK API Reference
Loading...
Searching...
No Matches
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
20
21module com { module sun { module star { module drawing {
22
28{
36 [property] string Type;
37
41
44 [optional, property] boolean MirroredX;
45
48 [optional, property] boolean MirroredY;
49
53 [optional, property] double TextRotateAngle;
54
57 [optional, property] sequence<::com::sun::star::drawing::EnhancedCustomShapeAdjustmentValue> AdjustmentValues;
58
62 [optional, property] sequence<::com::sun::star::beans::PropertyValue> Extrusion;
63
67 [optional, property] sequence<::com::sun::star::beans::PropertyValue> Path;
68
72 [optional, property] sequence<::com::sun::star::beans::PropertyValue> TextPath;
73
78 [optional, property] sequence<string> Equations;
79
83 [optional, property] sequence<::com::sun::star::beans::PropertyValues> Handles;
84};
85
86
87}; }; }; };
88
89/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Definition Ambiguous.idl:20
This service may be represented by a com::sun::star::beans::PropertyValue [].
Definition EnhancedCustomShapeGeometry.idl:28
sequence<::com::sun::star::drawing::EnhancedCustomShapeAdjustmentValue > AdjustmentValues
This property specifies a sequence of Adjustment values.
Definition EnhancedCustomShapeGeometry.idl:57
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:62
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:83
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:72
::com::sun::star::awt::Rectangle ViewBox
This property describes the user space of the shape in its canonical form.
Definition EnhancedCustomShapeGeometry.idl:40
string Type
The Type attribute contains the name of a shape type.
Definition EnhancedCustomShapeGeometry.idl:36
double TextRotateAngle
This property specifies the text rotation angle in degrees.
Definition EnhancedCustomShapeGeometry.idl:53
sequence< string > Equations
This property is describing the equations that are used, each equation can be referenced by com::sun:...
Definition EnhancedCustomShapeGeometry.idl:78
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:67
boolean MirroredX
This property specifies if the orientation of the shape is horizontal mirrored.
Definition EnhancedCustomShapeGeometry.idl:44
boolean MirroredY
This property specifies if the orientation of the shape is vertical mirrored.
Definition EnhancedCustomShapeGeometry.idl:48
specifies a rectangular area by position and size.
Definition Rectangle.idl:28