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

service ShapeCollection
Description
This service describes a generic container to manage collections of Shape. The Shape that are added to this collection are not owned by the collection. This service is used by the view f.e. to return a collection of Shape that are selected at the ui.
Developers Guide
Drawings - Grouping, Combining and Binding

Exported Interfaces - Summary
XShapes

gives access to the shapes

::com::sun::star::lang::XComponent

allows controlling or observing the lifetime of this collection

Exported Interfaces - Details
XShapes
Description
gives access to the shapes
::com::sun::star::lang::XComponent
Description
allows controlling or observing the lifetime of this collection

 
Top of Page