Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

interface XShapeBinder
Description
connects or breaks the lines of Shapes

Methods' Summary
bind binds Shapes together.  
unbind breaks a Shape into its line segments  
Methods' Details
bind
XShape
bind( [in] XShapes  xShapes );

Description
binds Shapes together.
Parameter xShapes
a container with Shapes that will be bind toghether. All Shapes will be converted to a PolyPolygonBezierShape and the lines will be connected. The Shapes in xShape will be removed from the GenericDrawPage and disposed.
Returns
a newly created PolyPolygonBezierShape which contains all line segment from the supplied Shapes. It is also added to the GenericDrawPage of the source Shapes.
unbind
void
unbind( [in] XShape  xShape );

Description
breaks a Shape into its line segments
Parameter xShape
the given Shape will be converted to a PolyPolygonBezierShape and the line segments of this Shape will be used to create new PolyPolygonBezierShape shapes. The original Shape will be removed from its GenericDrawPage and disposed.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.