LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
EnhancedCustomShapeGeometry Service Reference

This service may be represented by a com::sun::star::beans::PropertyValue []. More...

import"EnhancedCustomShapeGeometry.idl";

Public Attributes

string Type
 The Type attribute contains the name of a shape type. More...
 
::com::sun::star::awt::Rectangle ViewBox
 This property describes the user space of the shape in its canonical form. More...
 
boolean MirroredX
 This property specifies if the orientation of the shape is horizontal mirrored. More...
 
boolean MirroredY
 This property specifies if the orientation of the shape is vertical mirrored. More...
 
double TextRotateAngle
 This property specifies the text rotation angle in degrees. More...
 
sequence<::com::sun::star::drawing::EnhancedCustomShapeAdjustmentValueAdjustmentValues
 This property specifies a sequence of Adjustment values. More...
 
sequence<::com::sun::star::beans::PropertyValueExtrusion
 This property sequence is including the extrusion description, the properties are as same as specified in the service com::sun::star:drawing::EnhancedCustomShapeExtrusion. More...
 
sequence<::com::sun::star::beans::PropertyValuePath
 This property sequence is including the path description, the properties are as same as specified in the service com::sun::star:drawing::EnhancedCustomShapePath. More...
 
sequence<::com::sun::star::beans::PropertyValueTextPath
 This property sequence is including the text path description, the properties are as same as specified in the service com::sun::star:drawing::EnhancedCustomShapeTextPath. More...
 
sequence< string > Equations
 This property is describing the equations that are used, each equation can be referenced by com::sun::star::drawing::EnhancedCustomShapeParameter which are often used in Path, Extrusion and or Handle descriptions. More...
 
sequence<::com::sun::star::beans::PropertyValuesHandles
 This property is describing the interaction handles that are used, each inner property sequence is having the same properties as they are specified in the service com::sun::star:drawing::EnhancedCustomShapeHandle. More...
 

Detailed Description

This service may be represented by a com::sun::star::beans::PropertyValue [].

Member Data Documentation

◆ AdjustmentValues

sequence<::com::sun::star::drawing::EnhancedCustomShapeAdjustmentValue> AdjustmentValues
optionalproperty

This property specifies a sequence of Adjustment values.

◆ Equations

sequence<string> Equations
optionalproperty

This property is describing the equations that are used, each equation can be referenced by com::sun::star::drawing::EnhancedCustomShapeParameter which are often used in Path, Extrusion and or Handle descriptions.

◆ Extrusion

sequence<::com::sun::star::beans::PropertyValue> Extrusion
optionalproperty

This property sequence is including the extrusion description, the properties are as same as specified in the service com::sun::star:drawing::EnhancedCustomShapeExtrusion.

◆ Handles

sequence<::com::sun::star::beans::PropertyValues> Handles
optionalproperty

This property is describing the interaction handles that are used, each inner property sequence is having the same properties as they are specified in the service com::sun::star:drawing::EnhancedCustomShapeHandle.

◆ MirroredX

boolean MirroredX
optionalproperty

This property specifies if the orientation of the shape is horizontal mirrored.

◆ MirroredY

boolean MirroredY
optionalproperty

This property specifies if the orientation of the shape is vertical mirrored.

◆ Path

sequence<::com::sun::star::beans::PropertyValue> Path
optionalproperty

This property sequence is including the path description, the properties are as same as specified in the service com::sun::star:drawing::EnhancedCustomShapePath.

◆ TextPath

sequence<::com::sun::star::beans::PropertyValue> TextPath
optionalproperty

This property sequence is including the text path description, the properties are as same as specified in the service com::sun::star:drawing::EnhancedCustomShapeTextPath.

◆ TextRotateAngle

double TextRotateAngle
optionalproperty

This property specifies the text rotation angle in degrees.

The text rotation is added to the shape geometry rotation.

◆ Type

string Type
property

The Type attribute contains the name of a shape type.

This name can be used to offer specialized user interfaces for certain classes of shapes, like for arrows, smileys, etc. The shape type is rendering engine dependent and does not influence the geometry of the shape. If the value of the draw:type attribute is non-primitive, then no shape type is available.

◆ ViewBox

::com::sun::star::awt::Rectangle ViewBox
optionalproperty

This property describes the user space of the shape in its canonical form.


The documentation for this service was generated from the following file: