:: com :: sun :: star :: drawing ::

struct GluePoint
Usage Restrictions
deprecated
Description
A ::com::sun::star::drawing::GluePoint could be attached to a shape or to a page.

If a ::com::sun::star::drawing::GluePoint is attached to a shape, it is moved when the shape moves. The ends of connectors can be attached to ::com::sun::star::drawing::GluePoint .

See also
::com::sun::star::drawing::GluePoint2

Elements' Summary
Position This is the position of this ::com::sun::star::drawing::GluePoint .  
EscapeDirection This is the direction in which the connector line leaves the ::com::sun::star::drawing::GluePoint .  
PositionAbsolute If this is true , then the position of this ::com::sun::star::drawing::GluePoint is absolute on a page and is not relative to a shape.  
Alignment The alignment of a GluePoint defines how the position of the point is affected by resizing the parent Shape .  
Elements' Details
Position
::com::sun::star::awt::Point Position;
Description
This is the position of this ::com::sun::star::drawing::GluePoint .
EscapeDirection
short EscapeDirection;
Description
This is the direction in which the connector line leaves the ::com::sun::star::drawing::GluePoint .
PositionAbsolute
boolean PositionAbsolute;
Description
If this is true , then the position of this ::com::sun::star::drawing::GluePoint is absolute on a page and is not relative to a shape.
Alignment
short Alignment;
Description
The alignment of a GluePoint defines how the position of the point is affected by resizing the parent Shape .
Top of Page