:: 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
See also
::com::sun::star::text::TextTable
Developers Guide
Included Services
::com::sun::star::style::CharacterProperties
(referenced entity's summary:)
This is a set of properties to describe the style of characters.
::com::sun::star::style::CharacterPropertiesAsian
(referenced entity's summary:)
This is a set of properties to describe the style of characters in asian texts.
::com::sun::star::style::CharacterPropertiesComplex
(referenced entity's summary:)
This is a set of properties to describe the style of characters in complex texts.
::com::sun::star::style::ParagraphProperties
(referenced entity's summary:)
describes the style of paragraphs.
Exported Interfaces
::com::sun::star::text::XTextTableCursor
(referenced entity's summary:)
The TextTableCursor provide methods to navigate throught the table structure, to merge and split cells
::com::sun::star::beans::XPropertySet
(referenced entity's summary:)
provides information about and access to the properties from an implementation.

 
Top of Page