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

interface XTextFramesSupplier
Description
makes it possible to access the 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