enables objects to be inserted into a text and to provide their location in a text once they are inse...
Definition generated_idl_chapter_refs.idl:1057
The TextTableCursor provide methods to navigate through the table structure, to merge and split cells...
Definition XTextTableCursor.idl:33
manages a text table.
Definition XTextTable.idl:31
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()