LibreOffice
LibreOffice 24.2 SDK API Reference
|
This struct defines the attributes of a gluepoint. More...
import"GluePoint2.idl";
Public Attributes | |
com::sun::star::awt::Point | Position |
This is the position of this gluepoint. More... | |
boolean | IsRelative |
if this flag is set to true, the position of this gluepoint is given in 1/100% values instead of 1/100cm. More... | |
com::sun::star::drawing::Alignment | PositionAlignment |
if this gluepoints position is not relative, this enum specifies the vertical and horizontal alignment of this point. More... | |
com::sun::star::drawing::EscapeDirection | Escape |
this member specifies the escape direction for a glue point. More... | |
boolean | IsUserDefined |
if this flag is set to false, this is a default glue point. More... | |
This struct defines the attributes of a gluepoint.
A gluepoint is a position inside a drawing shape where an edge of a connector shape can be connected.
this member specifies the escape direction for a glue point.
The escape direction is the direction the connecting line escapes the shape.
boolean IsRelative |
if this flag is set to true, the position of this gluepoint is given in 1/100% values instead of 1/100cm.
boolean IsUserDefined |
if this flag is set to false, this is a default glue point.
Some shapes may have default gluepoints attached to them which cannot be altered or removed.
com::sun::star::awt::Point Position |
This is the position of this gluepoint.
Depending on the flag IsRelative
, this is either in 1/100cm or in 1/100%.
com::sun::star::drawing::Alignment PositionAlignment |
if this gluepoints position is not relative, this enum specifies the vertical and horizontal alignment of this point.
The alignment specifies how the gluepoint is moved if the shape is resized.