21module
com { module sun { module star { module drawing {
57 [optional, property] sequence<::com::sun::star::drawing::EnhancedCustomShapeAdjustmentValue>
AdjustmentValues;
62 [optional, property] sequence<::com::sun::star::beans::PropertyValue>
Extrusion;
67 [optional, property] sequence<::com::sun::star::beans::PropertyValue>
Path;
72 [optional, property] sequence<::com::sun::star::beans::PropertyValue>
TextPath;
83 [optional, property] sequence<::com::sun::star::beans::PropertyValues>
Handles;
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