Language
The Free and Open Productivity Suite
:: com :: sun :: star :: table ::
|
unpublished |
interface XTable |
|
|
- Base Interfaces
XTable
┣ ::com::sun::star::lang::XComponent
┣ XCellRange
┣ XColumnRowRange
┣ ::com::sun::star::util::XModifiable
┃ ┗ ::com::sun::star::util::XModifyBroadcaster
┣ ::com::sun::star::beans::XPropertySet
┗ ::com::sun::star::beans::XFastPropertySet
::com::sun::star::lang::XComponent |
- (referenced interface's summary:)
- allows to exclicitly free resources and break cyclic references.
|
XCellRange |
- (referenced interface's summary:)
- provides access to the cells or to sub-ranges of a cell range.
|
XColumnRowRange |
- (referenced interface's summary:)
- provides methods to access the collections of columns and rows
of a cell range.
|
::com::sun::star::util::XModifiable |
- Description
- interface to make the modify state of the table accessible.
Additionally, it makes it possible to register listener objects, which
get notification whenever the content of the table changes.
|
::com::sun::star::beans::XPropertySet |
- (referenced interface's summary:)
- provides information about and access to the
properties from an implementation.
|
::com::sun::star::beans::XFastPropertySet |
- (referenced interface's summary:)
- provides a fast way of accessing and changing property values.
|
|
- Usage Restrictions
- not published
|
Methods' Summary |
createCursor |
creates a cell cursor including the whole table
|
createCursorByRange |
creates a cell cursor to travel in the given range context.
|
Attributes' Summary |
RowCount |
stores the current row count of this table |
ColumnCount |
stores the current column count of this table |
Attributes' Details |
RowCount
[ readonly ] long RowCount;
- Description
- stores the current row count of this table
|
|
ColumnCount
[ readonly ] long ColumnCount;
- Description
- stores the current column count of this table
|
|
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.