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