service Text in module com::sun::star::text::

(Global Index)

Syntax

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

TextDocument

See also

TextFrame

See also

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 [ OPTIONAL ]

Description

makes it possible to insert a new text content, before or after existing text contents.


Top of Page