service CellProperties in module com::sun::star::text::

(Global Index)

Syntax

service CellProperties;

Description

service that holds all cell properties of a table cell in a text document.

Exported Interfaces

com::sun::star::beans::XPropertySet

Description

provides information about and access to the properties from an implementation.


Property Summary

CellName contains the cell name, see SwXTextTable::getCellByName for more information

BackColor contains the background color.

BackGraphicURL contains the URL to the background graphic.

BackGraphicFilter contains the name of the graphic filter of the background graphic.

BackGraphicLocation determins the position of the background graphic.

NumberFormat contains the number format.

BackTransparent determins whether the background is transparent.

LeftBorder contains the left border line.

RightBorder contains the right border line.

TopBorder contains the top border line.

BottomBorder contains the bottom border line.

LeftBorderDistance contains the distance of the left border.

RightBorderDistance contains the distance of the right border.

TopBorderDistance contains the distance of the top border.

BottomBorderDistance contains the distance of the bottom border.

UserDefinedAttributes contains user defined attributes.

TextSection contains the text section the text table is contained in if there is any.

IsProtected determins whether the cell is write protected or not.

Property Details



CellName

Syntax

string CellName;

Description

contains the cell name, see SwXTextTable::getCellByName for more information


BackColor

Syntax

long BackColor;

Description

contains the background color.


BackGraphicURL

Syntax

string BackGraphicURL;

Description

contains the URL to the background graphic.


BackGraphicFilter

Syntax

string BackGraphicFilter;

Description

contains the name of the graphic filter of the background graphic.


BackGraphicLocation

Syntax

com::sun::star::style::GraphicLocation BackGraphicLocation;

Description

determins the position of the background graphic.


NumberFormat

Syntax

long NumberFormat;

Description

contains the number format.


BackTransparent

Syntax

boolean BackTransparent;

Description

determins whether the background is transparent.


LeftBorder

Syntax

com::sun::star::table::BorderLine LeftBorder;

Description

contains the left border line.


RightBorder

Syntax

com::sun::star::table::BorderLine RightBorder;

Description

contains the right border line.


TopBorder

Syntax

com::sun::star::table::BorderLine TopBorder;

Description

contains the top border line.


BottomBorder

Syntax

com::sun::star::table::BorderLine BottomBorder;

Description

contains the bottom border line.


LeftBorderDistance

Syntax

long LeftBorderDistance;

Description

contains the distance of the left border.


RightBorderDistance

Syntax

long RightBorderDistance;

Description

contains the distance of the right border.


TopBorderDistance

Syntax

long TopBorderDistance;

Description

contains the distance of the top border.


BottomBorderDistance

Syntax

long BottomBorderDistance;

Description

contains the distance of the bottom border.


UserDefinedAttributes

Syntax

com::sun::star::container::XNameContainer UserDefinedAttributes;

Description

contains user defined attributes.


TextSection

Syntax

[readonly] com::sun::star::text::XTextSection TextSection;

Description

contains the text section the text table is contained in if there is any.


IsProtected

Syntax

boolean IsProtected;

Description

determins whether the cell is write protected or not.

Top of Page