Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: text ::
interface XTextTable
Base Interfaces
XTextTable
┗ XTextContent
┗ ::com::sun::star::lang ::XComponent
XTextContent
(referenced interface's summary:)
enables objects to be inserted into a text and to provide their
location in a text once they are inserted into it.
Description
manages a text table.
See also
TextTable , Cell
Methods' Details
initialize
void
initialize (
[in] long
nRows,
[in] long
nColumns );
Description
determines the numbers of rows and columns of the text table.
This method must be called after the object is created and
before the object is insert or attached elsewhere.
getRows
Returns
the access object for the text table rows.
See also
::com::sun::star::table ::XTableRows
getColumns
Returns
the access object for the text table columns.
See also
::com::sun::star::table ::XTableColumns
getCellByName
::com::sun::star::table ::XCell
getCellByName (
[in] string
aCellName );
Returns
the ::com::sun::star::table ::XCell interface of the cell with the specified name.
Parameter aCellName
is a concatenation of the alphanumeric column name and the
index of the row.
Example: The cell in the 4th column and third row has the name "D3".
In cells that are split, the naming convention is more complex.
In this case the name is a concatenation of the former cell name
(i.e. "D3") and the number of the new column and row index inside
of the original table cell separated by dots. This is done
recursively.
Example: If the cell "D3" is horizontally split, it now contains
the cells "D3.1.1" and "D3.1.2"
See also
::com::sun::star::table ::Cell , ::com::sun::star::table ::XCell
getCellNames
sequence< string >
getCellNames ();
Returns
the names of all cells of this text table.
createCursorByCellName
Description
creates a text table cursor and returns the
XTextTableCursor interface.
Initially the cursor is positioned in the cell with the specified name.
See also
TextTableCursor
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.