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

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

interface XTextDocument

Base Interface
com::sun::star::frame::XModel

Description
is the main interface of a text document.
See also
com::sun::star::text::TextDocument


Known Services which Export this Interface

com::sun::star::text::TextDocument A text document is a model component which contains text structured by paragraphs.

Methods' Summary

getText
reformat reformats the contents of the document.

Methods' Details

getText
 
com::sun::star::text::XText
getText();
Returns
the major Text of the text document.

This text does not contain texts in TextFrame s, or cells of TextTable s etc. directly. These are accessible from the contents via X...Supplier (e.g. XTextTablesSupplier ).

reformat
 
void
reformat();
Description
reformats the contents of the document.

Top of Page