enables objects to be inserted into a text and to provide their location in a text once they are inse...
Definition: XTextContent.idl:35
The TextTableCursor provide methods to navigate through the table structure, to merge and split cells...
Definition: XTextTableCursor.idl:37
manages a text table.
Definition: XTextTable.idl:43
com::sun::star::text::XTextTableCursor createCursorByCellName([in] string aCellName)
creates a text table cursor and returns the XTextTableCursor interface.
com::sun::star::table::XCell getCellByName([in] string aCellName)
sequence< string > getCellNames()
com::sun::star::table::XTableRows getRows()
void initialize([in] long nRows, [in] long nColumns)
determines the numbers of rows and columns of the text table.
com::sun::star::table::XTableColumns getColumns()