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

interface XTextFramesSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XTextFramesSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
makes it possible to access the ::com::sun::star::text::TextFrame instances in this context (e.g. document).

Methods' Summary
getTextFrames returns a collection of text frames.  
Methods' Details
getTextFrames
::com::sun::star::container::XNameAccess
getTextFrames();

Description
returns a collection of text frames.
Top of Page