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

interface XCustomShapeEngine
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XCustomShapeEngine
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
not published
Description
The XCustomShapeEngine

Methods' Summary
render  
getTextBounds  
getLineGeometry  
getInteraction  
Methods' Details
render
XShape
render();

Description
Returns
a the shape that is representing the CustomShape
getTextBounds
::com::sun::star::awt::Rectangle
getTextBounds();

Description
Returns
the text bound of the shape
getLineGeometry
PolyPolygonBezierCoords
getLineGeometry();

Description
Returns
the line geometry of the object
getInteraction
sequence< XCustomShapeHandle >
getInteraction();

Description
Returns
a collection of interaction handles
Top of Page