:: 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, ::com::sun::star::text::TextFrame, ::com::sun::star::table::Cell
Developers Guide
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
Usage Restrictions
optional
Description
optional interface to compare postions of ::com::sun::star::text::TextRange instances within this text.
::com::sun::star::text::XTextRangeMover
Usage Restrictions
optional
Description
makes it possible to change the position of paragraphs.
::com::sun::star::text::XRelativeTextContentInsert
Usage Restrictions
deprecated
optional
Deprecation Info
hack
Description
makes it possible to insert a new text content, before or after existing text contents.
Properties' Summary
::com::sun::star::beans::PropertyValues
StartRedline
[ OPTIONAL ]
contains the properties of a redline at the start of the document.
The sequence contains the following properties  
[ maybevoid ] ::com::sun::star::beans::PropertyValues
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;
Usage Restrictions
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;
Usage Restrictions
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