Included Services - Summary |
Shape |
- (referenced entity's summary:)
- This abstract service specifies the general characteristics of all
Shapes.
|
LineProperties |
- (referenced entity's summary:)
- This is a set of properties to describe the style for rendering a Line.
|
ConnectorProperties |
- (referenced entity's summary:)
- This is a set of properties to describe the style for rendering connector.
|
ShadowProperties |
- (referenced entity's summary:)
- This is a set of properties to describe the style for rendering a shadow.
|
Text |
- (referenced entity's summary:)
- This abstract service specifies the general characteristics of an optional
text inside a Shape.
|
RotationDescriptor |
- (referenced entity's summary:)
- This abstract service specifies the general characteristics of an optional
rotation and shearing for a Shape.
This service is depricated, instead please use the
Transformation
property of the service Shape.
|
Properties' Summary |
XShape
StartShape |
this property either holds the shape that the start point of this
connector is connected to, or is empty when the start point of the
connector is not connected to a shape.
|
long
StartGluePointIndex |
this property holds the index of the glue point the start point of
this connector is glued on.
|
::com::sun::star::awt::Point
StartPosition |
this is the position of the connectors start point in 100th/mm. For
unconnected start points you can get and set the position. For
connected start points you can only get the position.
|
XShape
EndShape |
this property either holds the shape that the end point of this
connector is connected to, or is empty when the end point of the
connector is not connected to a shape.
|
::com::sun::star::awt::Point
EndPosition |
this property holds the index of the glue point the end point of
this connector is glued on.
|
long
EndGluePointIndex |
this is the position of the connectors end point in 100th/mm. For
unconnected end points you can get and set the position. For
connected end points you can only get the position.
|
long
EdgeLine1Delta |
This property contains the distance of line 1.
|
long
EdgeLine2Delta |
This property contains the distance of line 2.
|
long
EdgeLine3Delta |
This property contains the distance of line 3.
|
Included Services - Details |
Shape
- (referenced entity's summary:)
- This abstract service specifies the general characteristics of all
Shapes.
|
|
LineProperties
- (referenced entity's summary:)
- This is a set of properties to describe the style for rendering a Line.
|
|
ConnectorProperties
- (referenced entity's summary:)
- This is a set of properties to describe the style for rendering connector.
|
|
ShadowProperties
- (referenced entity's summary:)
- This is a set of properties to describe the style for rendering a shadow.
|
|
Text
- (referenced entity's summary:)
- This abstract service specifies the general characteristics of an optional
text inside a Shape.
|
|
RotationDescriptor
- (referenced entity's summary:)
- This abstract service specifies the general characteristics of an optional
rotation and shearing for a Shape.
This service is depricated, instead please use the
Transformation
property of the service Shape.
|
|
Properties' Details |
StartShape
XShape StartShape;
- Description
- this property either holds the shape that the start point of this
connector is connected to, or is empty when the start point of the
connector is not connected to a shape.
|
|
StartGluePointIndex
long StartGluePointIndex;
- Description
- this property holds the index of the glue point the start point of
this connector is glued on.
|
|
StartPosition
::com::sun::star::awt::Point StartPosition;
- Description
- this is the position of the connectors start point in 100th/mm. For
unconnected start points you can get and set the position. For
connected start points you can only get the position.
|
|
EndShape
XShape EndShape;
- Description
- this property either holds the shape that the end point of this
connector is connected to, or is empty when the end point of the
connector is not connected to a shape.
|
|
EndPosition
::com::sun::star::awt::Point EndPosition;
- Description
- this property holds the index of the glue point the end point of
this connector is glued on.
|
|
EndGluePointIndex
long EndGluePointIndex;
- Description
- this is the position of the connectors end point in 100th/mm. For
unconnected end points you can get and set the position. For
connected end points you can only get the position.
|
|
EdgeLine1Delta
long EdgeLine1Delta;
- Description
- This property contains the distance of line 1.
|
|
EdgeLine2Delta
long EdgeLine2Delta;
- Description
- This property contains the distance of line 2.
|
|
EdgeLine3Delta
long EdgeLine3Delta;
- Description
- This property contains the distance of line 3.
|
|
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.