Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service Text

Description
is an independent piece of text which consists of a series of one or more paragraphs.

This service is used, for example, for the text of a TextDocument or the text in a cell or TextFrame.

See also
com::sun::star::text::TextDocument
See also
com::sun::star::text::TextFrame
See also
com::sun::star::table::Cell


Exported Interfaces

com::sun::star::container::XEnumerationAccess
Description
This is the factory for an enumeration of the paragraphs in this text.

This interface is mainly useful for exporting the text to a data format.

com::sun::star::text::XText
Description
provides a cursor factory and the possibility to insert and remove contents.
com::sun::star::text::XTextRangeCompare
[ OPTIONAL ]
Description
optional interface to compare postions of TextRange instances within this text.
com::sun::star::text::XTextRangeMover
[ OPTIONAL ]
Description
makes it possible to change the position of paragraphs.
com::sun::star::text::XRelativeTextContentInsert
[ DEPRECATED ]
[ OPTIONAL ]
Description
makes it possible to insert a new text content, before or after existing text contents.

Top of Page