LibreOffice
LibreOffice 25.8 SDK API Reference
|
represents a special cell range containing all cells of a single specific row in a table or spreadsheet. More...
import "TableRow.idl";
Exported Interfaces | |
interface | com::sun::star::table::XCellRange |
provides access to the cells of this row. | |
interface | com::sun::star::beans::XPropertySet |
published service PropertySet |
Public Attributes | |
long | Height |
contains the height of the row (in 1/100 mm). | |
boolean | OptimalHeight |
is TRUE, if the row always keeps its optimal height. | |
boolean | IsVisible |
is TRUE, if the row is visible. | |
boolean | IsStartOfNewPage |
is TRUE, if there is a manual vertical page break attached to the row. |
represents a special cell range containing all cells of a single specific row in a table or spreadsheet.
interface com::sun::star::beans::XPropertySet |
published service PropertySet
provides access to the cell properties of all cells of this row.
interface com::sun::star::table::XCellRange |
provides access to the cells of this row.
|
property |
contains the height of the row (in 1/100 mm).
When hidden, it returns the height which the row would have, if it were visible.
|
property |
is TRUE, if there is a manual vertical page break attached to the row.
|
property |
is TRUE, if the row is visible.
|
property |
is TRUE, if the row always keeps its optimal height.