:: 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
TextDocument
See also
TextFrame
See also
::com::sun::star::table::Cell
Developers Guide
7.3.1 Text Documents - Working with Text Documents - Word Processing

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.

XText
Description
provides a cursor factory and the possibility to insert and remove contents.
XTextRangeCompare
[ OPTIONAL ]
Description
optional interface to compare postions of TextRange instances within this text.
XTextRangeMover
[ OPTIONAL ]
Description
makes it possible to change the position of paragraphs.
XRelativeTextContentInsert
[ DEPRECATED ]
hack
[ OPTIONAL ]
Description
makes it possible to insert a new text content, before or after existing text contents.
::com::sun::star::container::XEnumerationAccess
[ OPTIONAL ]
Description
provides properties valid for the complete text object
Properties' Summary
StartRedline [ OPTIONAL ]
contains the properties of a redline at the start of the document.
The sequence contains the following properties
EndRedline [ OPTIONAL ]
contains the properties of a redline at the start of the document. The sequence contains the following properties
Properties' Details
StartRedline
::com::sun::star::beans::PropertyValues StartRedline;
[ OPTIONAL ]
Description
contains the properties of a redline at the start of the document.
The sequence contains the following properties
  • string RedlineAuthor

  • com::sun::star::util::DateTime RedlineDate_Time

  • string RedlineComment

  • string RedlineType

  • string RedlineIdentifier

  • boolean IsCollapsed

  • boolean IsStart

  • boolean MergeLastPara

  • [maybevoid] com::sun::star::text::XText RedlineText (maybevoid)

  • com::sun::star::beans::PropertyValues RedlineSuccessorData (contains the same properties except for the RedlineSuccessorData

See also
EndRedline
EndRedline
[ maybevoid ] ::com::sun::star::beans::PropertyValues EndRedline;
[ OPTIONAL ]
Description
contains the properties of a redline at the start of the document. The sequence contains the following properties
  • string RedlineAuthor

  • com::sun::star::util::DateTime RedlineDate_Time

  • string RedlineComment

  • string RedlineType

  • string RedlineIdentifier

  • boolean IsCollapsed

  • boolean IsStart

  • boolean MergeLastPara

  • [maybevoid] com::sun::star::text::XText RedlineText (maybevoid)

  • com::sun::star::beans::PropertyValues RedlineSuccessorData (contains the same properties except for the RedlineSuccessorData

See also
StartRedline

 
Top of Page