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

interface XDrawPage
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::container::XElementAccess
       |  
       +--::com::sun::star::container::XIndexAccess
            |  
            +--XShapes
                 |  
                 +--XDrawPage
XShapes
(referenced interface's summary:)
makes it possible to access, add, and remove the Shape s in a collection.
Description
identifies an XShapes as a DrawPage .

Top of Page