LibreOffice
LibreOffice 6.3 SDK API Reference
|
This struct defines the attributes of a glue point. More...
import"GluePoint2.idl";
Public Attributes | |
com::sun::star::awt::Point | Position |
This is the position of this glue point. More... | |
boolean | IsRelative |
if this flag is set to true, the position of this glue point is given in 1/100% values instead of 1/100cm. More... | |
com::sun::star::drawing::Alignment | PositionAlignment |
if this glue points 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 glue point.
A glue point 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 glue point 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 glue points attached to them which cannot be altered or removed.
com::sun::star::awt::Point Position |
This is the position of this glue point.
Depending on the flag IsRelative
, this is either in 1/100cm or in 1/100%.
com::sun::star::drawing::Alignment PositionAlignment |
if this glue points position is not relative, this enum specifies the vertical and horizontal alignment of this point.
The alignment specifies how the glue point is moved if the shape is resized.