LibreOffice
LibreOffice 24.2 SDK API Reference
|
service that holds all cell properties of a text table cell in a text document. More...
Included Services | |
service | com::sun::star::xml::UserDefinedAttributesSupplier |
contains user defined attributes. | |
Exported Interfaces | |
interface | com::sun::star::beans::XPropertySet |
gives access to the objects properties | |
Public Attributes | |
string | CellName |
contains the cell name, see SwXTextTable::getCellByName for more information | |
com::sun::star::util::Color | BackColor |
contains the background color. | |
string | BackGraphicURL |
contains the URL to the background graphic. | |
string | BackGraphicFilter |
contains the name of the graphic filter of the background graphic. | |
com::sun::star::style::GraphicLocation | BackGraphicLocation |
determines the position of the background graphic. | |
long | NumberFormat |
contains the number format. | |
boolean | BackTransparent |
determines whether the background is transparent. | |
com::sun::star::table::BorderLine | LeftBorder |
contains the left border line. | |
com::sun::star::table::BorderLine | RightBorder |
contains the right border line. | |
com::sun::star::table::BorderLine | TopBorder |
contains the top border line. | |
com::sun::star::table::BorderLine | BottomBorder |
contains the bottom border line. | |
long | LeftBorderDistance |
contains the distance of the left border. | |
long | RightBorderDistance |
contains the distance of the right border. | |
long | TopBorderDistance |
contains the distance of the top border. | |
long | BottomBorderDistance |
contains the distance of the bottom border. | |
com::sun::star::text::XTextSection | TextSection |
contains the text section the text table is contained in if there is any. | |
boolean | IsProtected |
determines whether the cell is write protected or not. | |
short | VertOrient |
the vertical orientation of the text inside of the table cells in this row. | |
com::sun::star::graphic::XGraphic | BackGraphic |
contains the graphic object that is displayed as background graphic. | |
com::sun::star::text::XText | ParentText |
Parent text of this table cell. | |
boolean | HasTextChangesOnly |
If TRUE, the table cell wasn't deleted or inserted with its tracked cell content. | |
![]() | |
::com::sun::star::container::XNameContainer | UserDefinedAttributes |
This container holds the AttributeData elements that represent uninterpreted XML attributes. | |
service that holds all cell properties of a text table cell in a text document.
contains user defined attributes.
interface com::sun::star::beans::XPropertySet |
gives access to the objects properties
|
property |
contains the background color.
|
optionalproperty |
contains the graphic object that is displayed as background graphic.
|
property |
contains the name of the graphic filter of the background graphic.
|
property |
determines the position of the background graphic.
|
property |
contains the URL to the background graphic.
Note the new behaviour since it this was deprecated: This property can only be set and only external URLs are supported (no more vnd.sun.star.GraphicObject scheme). When an URL is set, then it will load the graphic and set the BackGraphic property.
|
property |
determines whether the background is transparent.
|
property |
contains the bottom border line.
|
property |
contains the distance of the bottom border.
|
property |
contains the cell name, see SwXTextTable::getCellByName for more information
|
optionalproperty |
If TRUE, the table cell wasn't deleted or inserted with its tracked cell content.
|
property |
determines whether the cell is write protected or not.
|
property |
contains the left border line.
|
property |
contains the distance of the left border.
|
property |
contains the number format.
|
optionalpropertyreadonly |
Parent text of this table cell.
This might be a header text, body text, parent cell, etc.
|
property |
contains the right border line.
|
property |
contains the distance of the right border.
|
propertyreadonly |
contains the text section the text table is contained in if there is any.
|
property |
contains the top border line.
|
property |
contains the distance of the top border.
|
property |
the vertical orientation of the text inside of the table cells in this row.