Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: text ::

interface XTextGraphicObjectsSupplier

Base Interface
com::sun::star::uno::XInterface

Description
provides access to the collection of all embedded and linked graphics within this context (i.e. within this document).


Known Services which Export this Interface

com::sun::star::text::HypertextDocument [ DEPRECATED ]
is an extension of a text document which can also contain tables and certain kinds of embedded objects (e.g., graphics).
com::sun::star::text::TextDocument A text document is a model component which contains text structured by paragraphs.

Methods' Summary

getGraphicObjects

Methods' Details

getGraphicObjects
 
com::sun::star::container::XNameAccess
getGraphicObjects();
Returns
the collection of graphic objects in this object (document).

Top of Page