LibreOffice
LibreOffice 5.1 SDK API Reference
TextTableRow.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 #ifndef __com_sun_star_text_TextTableRow_idl__
20 #define __com_sun_star_text_TextTableRow_idl__
21 
26 
27 
28 
29  module com { module sun { module star { module text {
30 
31 
36 published service TextTableRow
37 {
39 
40 
43  [property] com::sun::star::util::Color BackColor;
44 
45 
48  [property] boolean BackTransparent;
49 
50 
53  [property] string BackGraphicURL;
54 
55 
58  [property] string BackGraphicFilter;
59 
60 
64 
65 
68  [property] sequence< com::sun::star::text::TableColumnSeparator > TableColumnSeparators;
69 
70 
73  [property] long Height;
74 
75 
79  [property] boolean IsAutoHeight;
80 
81 
86  [optional, property, maybevoid] boolean IsSplitAllowed;
87 
96  [optional, property] sequence<com::sun::star::beans::PropertyValue> RowInteropGrabBag;
97 
98 
99 };
100 
101 
102 }; }; }; };
103 
104 
105 #endif
106 
107 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
long Height
contains the height of the table row.
Definition: TextTableRow.idl:73
boolean IsSplitAllowed
If TRUE, the row is allowed to be split at page or column breaks.
Definition: TextTableRow.idl:86
boolean IsAutoHeight
If the value of this property is TRUE, the height of the table row depends on the content of the tabl...
Definition: TextTableRow.idl:79
Definition: Ambiguous.idl:22
specifies the properties of a text table row.
Definition: TextTableRow.idl:36
com::sun::star::style::GraphicLocation BackGraphicLocation
determines the position of the background graphic.
Definition: TextTableRow.idl:63
GraphicLocation
These enumeration values are used to specify the location of a graphic object within its surroundings...
Definition: GraphicLocation.idl:29
string BackGraphicFilter
contains the name of the file filter of a background graphic.
Definition: TextTableRow.idl:58
sequence< com::sun::star::beans::PropertyValue > RowInteropGrabBag
Grab bag of row properties, used as a string-any map for interop purposes.
Definition: TextTableRow.idl:96
string BackGraphicURL
contains the URL of a background graphic.
Definition: TextTableRow.idl:53
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36
sequence< com::sun::star::text::TableColumnSeparator > TableColumnSeparators
contains the description of the columns in the table row.
Definition: TextTableRow.idl:68
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:63
boolean BackTransparent
If TRUE, the background color value in "BackColor" is not visible.
Definition: TextTableRow.idl:48