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

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

interface XTextFramesSupplier

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

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