|  | 
| sequence< XGraphic > | queryGraphics ([in] sequence< com::sun::star::beans::PropertyValues > MediaPropertiesSeq)  raises ( com::sun::star::io::IOException,                com::sun::star::lang::IllegalArgumentException,                com::sun::star::lang::WrappedTargetException ) | 
|  | Calling this method returns XGraphic interfaces that hold loaded graphics. 
 | 
| ::com::sun::star::beans::XPropertySet | queryGraphicDescriptor ([in] ::com::sun::star::beans::PropertyValues MediaProperties)  raises ( ::com::sun::star::io::IOException,                                                        ::com::sun::star::lang::IllegalArgumentException,                                                        ::com::sun::star::lang::WrappedTargetException ) | 
|  | Calling this method returns a com::sun::star::beans::XPropertySet interface that gives access to the properties of the unloaded graphic. 
 | 
| XGraphic | queryGraphic ([in] ::com::sun::star::beans::PropertyValues MediaProperties)  raises ( ::com::sun::star::io::IOException,                              ::com::sun::star::lang::IllegalArgumentException,                             ::com::sun::star::lang::WrappedTargetException ) | 
|  | Calling this method returns a XGraphic interface that holds the graphic content after loading the graphic. 
 | 
| void | storeGraphic ([in] ::com::sun::star::graphic::XGraphic Graphic, [in] ::com::sun::star::beans::PropertyValues MediaProperties)  raises ( ::com::sun::star::io::IOException,                             ::com::sun::star::lang::IllegalArgumentException,                            ::com::sun::star::lang::WrappedTargetException ) | 
|  | Store the graphic content, represented through the XGraphic interface at the specified location. 
 | 
| any | queryInterface ([in] type aType) | 
|  | queries for a new interface to an existing UNO object. 
 | 
| void | acquire () | 
|  | increases the reference counter by one. 
 | 
| void | release () | 
|  | decreases the reference counter by one. 
 | 
This interface allows operations on multiple graphics with one method call.