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

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

Top of Page