interface XTextGraphicObjectsSupplier in module com::sun::star::text::

(Global Index)

Syntax

interface XTextGraphicObjectsSupplier : 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).

Method Summary

getGraphicObjects

Known Services Which Export this Interface

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

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

Method Details



getGraphicObjects

Syntax

com::sun::star::container::XNameAccess getGraphicObjects ();

Returns

the collection of graphic objects in this object (document).
Top of Page