summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/TextTableRow.idl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-11-07 14:18:15 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-11-07 14:18:15 +0000
commit860f64972592776412e98fd7ba1e8cf4175b81c2 (patch)
treeb8040d5e05a869b68d27dc7a2d921a11fc019e67 /offapi/com/sun/star/text/TextTableRow.idl
parenta466c12363714e201769981f8c4985727a08ad25 (diff)
INTEGRATION: CWS tlapi1 (1.9.156); FILE MERGED
2003/10/14 09:57:10 tl 1.9.156.1: #i19018# css.text.CellProperties documentation improvements and implementation extension for SwXCell
Diffstat (limited to 'offapi/com/sun/star/text/TextTableRow.idl')
-rw-r--r--offapi/com/sun/star/text/TextTableRow.idl22
1 files changed, 4 insertions, 18 deletions
diff --git a/offapi/com/sun/star/text/TextTableRow.idl b/offapi/com/sun/star/text/TextTableRow.idl
index 70d9af54834a..8170e0e18380 100644
--- a/offapi/com/sun/star/text/TextTableRow.idl
+++ b/offapi/com/sun/star/text/TextTableRow.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextTableRow.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:56:58 $
+ * last change: $Author: hr $ $Date: 2003-11-07 15:18:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,72 +80,58 @@
//=============================================================================
-// DocMerge from xml: service com::sun::star::text::TextTableRow
/** specifies the properties of a text table row.
+
+ @see com::sun::star::TextTable
*/
service TextTableRow
{
- // DocMerge: empty anyway
interface com::sun::star::beans::XPropertySet;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::text::TextTableRow::BackColor
/** specifies the color of the background.
-
-
- <p> </p>
*/
[property] long BackColor;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::text::TextTableRow::BackTransparent
/** If <TRUE/>, the background color value in "BackColor" is not visible.
-
- <p>
- </p>
*/
[property] boolean BackTransparent;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::text::TextTableRow::BackGraphicURL
/** contains the URL of a background graphic.
*/
[property] string BackGraphicURL;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::text::TextTableRow::BackGraphicFilter
/** contains the name of the file filter of a background graphic.
*/
[property] string BackGraphicFilter;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::text::TextTableRow::BackGraphicLocation
/** determines the position of the background graphic.@see GraphicLocation
*/
[property] com::sun::star::style::GraphicLocation BackGraphicLocation;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::text::TextTableRow::TableColumnSeparators
/** contains the description of the columns in the table row.
*/
[property] com::sun::star::text::TableColumnSeparator TableColumnSeparators;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::text::TextTableRow::Height
/** contains the height of the table row.
*/
[property] long Height;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::text::TextTableRow::IsAutoHeight
/** If the value of this property is <TRUE/>, the height of the table row
depends on the content of the table cells.
*/