:: com :: sun :: star :: text ::

service TextTableRow

Exported Interfaces - Summary
::com::sun::star::beans::XPropertySet
(referenced entity's summary:)
Properties' Summary
::com::sun::star::util::Color
BackColor
specifies the color of the background.  
boolean
BackTransparent
If `TRUE`, the background color value in "BackColor" is not visible.  
string
BackGraphicURL
[ DEPRECATED ]
contains the URL of a background graphic.  
string
BackGraphicFilter
contains the name of the file filter of a background graphic.  
::com::sun::star::style::GraphicLocation
BackGraphicLocation
determines the position of the background graphic. 
sequence< TableColumnSeparator >
TableColumnSeparators
contains the description of the columns in the table row.  
long
Height
contains the height of the table row.  
boolean
IsAutoHeight
If the value of this property is `TRUE`, the height of the table row depends on the content of the table cells.  
[ maybevoid ] boolean
IsSplitAllowed
[ OPTIONAL ]
If `TRUE`, the row is allowed to be split at page or column breaks.
Since OOo 2.0  
sequence< ::com::sun::star::beans::PropertyValue >
RowInteropGrabBag
[ OPTIONAL ]
Grab bag of row properties, used as a string-any map for interop purposes.
Since LibreOffice 4.4  
::com::sun::star::graphic::XGraphic
BackGraphic
[ OPTIONAL ]
contains the graphic of the background.
Since LibreOffice 6.1  
Exported Interfaces - Details
::com::sun::star::beans::XPropertySet
(referenced entity's summary:)
Properties' Details
BackColor
::com::sun::star::util::Color BackColor;
Description
specifies the color of the background.
BackTransparent
boolean BackTransparent;
Description
If `TRUE`, the background color value in "BackColor" is not visible.
BackGraphicURL
string BackGraphicURL;
Usage Restrictions
deprecated
Deprecation Info
as of LibreOffice 6.1 - use BackGraphic instead 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.
Description
contains the URL of a background graphic.
BackGraphicFilter
string BackGraphicFilter;
Description
contains the name of the file filter of a background graphic.
BackGraphicLocation
::com::sun::star::style::GraphicLocation BackGraphicLocation;
Description
determines the position of the background graphic.
See also
GraphicLocation
TableColumnSeparators
sequence< TableColumnSeparator > TableColumnSeparators;
Description
contains the description of the columns in the table row.
Height
long Height;
Description
contains the height of the table row.
IsAutoHeight
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.
IsSplitAllowed
[ maybevoid ] boolean IsSplitAllowed;
Usage Restrictions
optional
Description
If `TRUE`, the row is allowed to be split at page or column breaks.
Since OOo 2.0
RowInteropGrabBag
sequence< ::com::sun::star::beans::PropertyValue > RowInteropGrabBag;
Usage Restrictions
optional
Description
Grab bag of row properties, used as a string-any map for interop purposes.
Since LibreOffice 4.4

This property is intentionally not handled by the ODF filter. Any member that should be handled there should be first moved out from this grab bag to a separate property.

BackGraphic
::com::sun::star::graphic::XGraphic BackGraphic;
Usage Restrictions
optional
Description
contains the graphic of the background.
Since LibreOffice 6.1

 
Top of Page