LibreOffice
LibreOffice 24.8 SDK API Reference
|
represents a special cell range containing all cells of a single specific column in a table or spreadsheet. More...
import <TableColumn.idl;
Exported Interfaces | |
interface | com::sun::star::table::XCellRange |
provides access to the cells of this column. | |
interface | com::sun::star::beans::XPropertySet |
published service PropertySet | |
interface | com::sun::star::container::XNamed |
provides methods to access the name of the column. | |
Public Attributes | |
long | Width |
contains the width of the column (in 1/100th mm). | |
boolean | OptimalWidth |
is TRUE , if the column always keeps its optimal width. | |
boolean | IsVisible |
is TRUE , if the column is visible. | |
boolean | IsStartOfNewPage |
is TRUE , if there is a manual horizontal page break attached to the column. | |
represents a special cell range containing all cells of a single specific column 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 column.
interface com::sun::star::container::XNamed |
provides methods to access the name of the column.
In spreadsheets, the name of a column cannot be changed.
interface com::sun::star::table::XCellRange |
provides access to the cells of this column.
|
property |
is TRUE
, if there is a manual horizontal page break attached to the column.
|
property |
is TRUE
, if the column is visible.
|
property |
is TRUE
, if the column always keeps its optimal width.
|
property |
contains the width of the column (in 1/100th mm).
When hidden, it returns the width which the column would have, if it were visible.