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

(Global Index)

Syntax

service TextTableRow;

Description

specifies the properties of a text table row.

Exported Interfaces

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

Description

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


Property Summary

BackColor specifies the color of the background.

BackTransparent If true , the background color value in "BackColor" is not visible.

VertOrient the vertical orientation of the text inside of the table cells in this row.

BackGraphicURL contains the URL of a background graphic.

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

BackGraphicLocation determines the position of the background graphic.

TableColumnSeparators contains the description of the columns in the table row.

Height contains the height of the table row.

IsAutoHeight If the value of this property is true , the height of the table row depends on the content of the table cells.

Property Details



BackColor

Syntax

long BackColor;

Description

specifies the color of the background.


BackTransparent

Syntax

boolean BackTransparent;

Description

If true , the background color value in "BackColor" is not visible.


VertOrient

Syntax

short VertOrient;

Description

the vertical orientation of the text inside of the table cells in this row.

See also

VertOrientation

BackGraphicURL

Syntax

string BackGraphicURL;

Description

contains the URL of a background graphic.


BackGraphicFilter

Syntax

string BackGraphicFilter;

Description

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


BackGraphicLocation

Syntax

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

Description

determines the position of the background graphic.

See also

GraphicLocation

TableColumnSeparators

Syntax

com::sun::star::text::TableColumnSeparator TableColumnSeparators;

Description

contains the description of the columns in the table row.


Height

Syntax

long Height;

Description

contains the height of the table row.


IsAutoHeight

Syntax

boolean IsAutoHeight;

Description

If the value of this property is true , the height of the table row depends on the content of the table cells.

Top of Page