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

service TextTableCursor
Description
specifies a cursor in text tables.

This cursor can be used to:

  • travel through text table cells
  • select text table cells
  • get property values from the selected cells
  • set property values in the selected cells
Developers Guide
7.3.2 Text Documents - Working with Text Documents - Formatting

Included Services
::com::sun::star::style::CharacterProperties
This is a set of properties to describe the style of characters.
::com::sun::star::style::CharacterPropertiesAsian
This is a set of properties to describe the style of characters in asian texts.
::com::sun::star::style::CharacterPropertiesComplex
This is a set of properties to describe the style of characters in complex texts.
::com::sun::star::style::ParagraphProperties
describes the style of paragraphs.
Exported Interfaces
XTextTableCursor
The TextTableCursor provide methods to navigate throught the table structure, to merge and split cells
::com::sun::star::beans::XPropertySet
provides information about and access to the properties from an implementation.

 
Top of Page