LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
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
20module com { module sun { module star { module text {
21
26published service TextTableRow
27{
29
30
34
35
38 [property] boolean BackTransparent;
39
40
51 [property] string BackGraphicURL;
52
55 [property] string BackGraphicFilter;
56
57
61
62
65 [property] sequence< com::sun::star::text::TableColumnSeparator > TableColumnSeparators;
66
67
70 [property] long Height;
71
72
76 [property] boolean IsAutoHeight;
77
78
83 [optional, property, maybevoid] boolean IsSplitAllowed;
84
93 [optional, property] sequence<com::sun::star::beans::PropertyValue> RowInteropGrabBag;
94
100
105
106 [optional, property] boolean HasTextChangesOnly;
107
108};
109
110
111}; }; }; };
112
113
114/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides information about and access to the properties from an implementation.
Definition generated_idl_chapter_refs.idl:752
This interface acts as a container for the loaded graphic.
Definition XGraphic.idl:38
GraphicLocation
These enumeration values are used to specify the location of a graphic object within its surroundings...
Definition GraphicLocation.idl:28
long Color
describes an RGB color value with an optional alpha channel.
Definition Color.idl:34
Definition Ambiguous.idl:20
specifies the properties of a text table row.
Definition TextTableRow.idl:27
com::sun::star::style::GraphicLocation BackGraphicLocation
determines the position of the background graphic.
Definition TextTableRow.idl:60
sequence< com::sun::star::text::TableColumnSeparator > TableColumnSeparators
contains the description of the columns in the table row.
Definition TextTableRow.idl:65
com::sun::star::util::Color BackColor
specifies the color of the background.
Definition TextTableRow.idl:33
com::sun::star::graphic::XGraphic BackGraphic
contains the graphic of the background.
Definition TextTableRow.idl:99
string BackGraphicURL
contains the URL of a background graphic.
Definition TextTableRow.idl:51
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:76
boolean HasTextChangesOnly
If TRUE, the table row wasn't deleted or inserted with its tracked cell content.
Definition TextTableRow.idl:106
string BackGraphicFilter
contains the name of the file filter of a background graphic.
Definition TextTableRow.idl:55
boolean IsSplitAllowed
If TRUE, the row is allowed to be split at page or column breaks.
Definition TextTableRow.idl:83
sequence< com::sun::star::beans::PropertyValue > RowInteropGrabBag
Grab bag of row properties, used as a string-any map for interop purposes.
Definition TextTableRow.idl:93
long Height
contains the height of the table row.
Definition TextTableRow.idl:70
boolean BackTransparent
If TRUE, the background color value in "BackColor" is not visible.
Definition TextTableRow.idl:38