TextTable.idl (d1766043) TextTable.idl (361c8c00)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 121 unchanged lines hidden (view full) ---

130 interface com::sun::star::chart::XChartDataArray;
131
132 interface com::sun::star::table::XAutoFormattable;
133
134 interface com::sun::star::util::XSortable;
135
136 [optional] interface com::sun::star::sheet::XCellRangeData;
137
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 121 unchanged lines hidden (view full) ---

130 interface com::sun::star::chart::XChartDataArray;
131
132 interface com::sun::star::table::XAutoFormattable;
133
134 interface com::sun::star::util::XSortable;
135
136 [optional] interface com::sun::star::sheet::XCellRangeData;
137
138 /** determins the type of break that is applied at the beginning of the table.@see com.sun.star.style.BreakType
138 /** determins the type of break that is applied at the beginning of the table. @see com::sun::star::style::BreakType
139 */
140 [property] com::sun::star::style::BreakType BreakType;
141 //-------------------------------------------------------------------------
142
143 /** contains the left margin of the table.
144 */
145 [property] long LeftMargin;
146 //-------------------------------------------------------------------------
147
148 /** contains the right margin of the table.
149 */
150 [property] long RightMargin;
151 //-------------------------------------------------------------------------
152
139 */
140 [property] com::sun::star::style::BreakType BreakType;
141 //-------------------------------------------------------------------------
142
143 /** contains the left margin of the table.
144 */
145 [property] long LeftMargin;
146 //-------------------------------------------------------------------------
147
148 /** contains the right margin of the table.
149 */
150 [property] long RightMargin;
151 //-------------------------------------------------------------------------
152
153 /** contains the horizontal orientation.@see com.sun.star.text.HoriOrientation
153 /** contains the horizontal orientation. @see com::sun::star::text::HoriOrientation
154 */
155 [property] short HoriOrient;
156 //-------------------------------------------------------------------------
157
158 /** Setting this property to TRUE prevents page or column
159 breaks between this table and the following paragraph or text table.
160 */
161 [property] boolean KeepTogether;

--- 30 unchanged lines hidden (view full) ---

192 */
193 [property] boolean RepeatHeadline;
194 //-------------------------------------------------------------------------
195 /** determins the number of rows of the table repeated on every new page.
196 */
197 [optional, property] long HeaderRowCount;
198 //-------------------------------------------------------------------------
199
154 */
155 [property] short HoriOrient;
156 //-------------------------------------------------------------------------
157
158 /** Setting this property to TRUE prevents page or column
159 breaks between this table and the following paragraph or text table.
160 */
161 [property] boolean KeepTogether;

--- 30 unchanged lines hidden (view full) ---

192 */
193 [property] boolean RepeatHeadline;
194 //-------------------------------------------------------------------------
195 /** determins the number of rows of the table repeated on every new page.
196 */
197 [optional, property] long HeaderRowCount;
198 //-------------------------------------------------------------------------
199
200 /** determins the type, color and size of the shadow.@see com.sun.star.table.ShadowFormat
200 /** determins the type, color and size of the shadow. @see com::sun::star::table::ShadowFormat
201 */
202 [property] com::sun::star::table::ShadowFormat ShadowFormat;
203 //-------------------------------------------------------------------------
204
205 /** determins the top margin.
206 */
207 [property] long TopMargin;
208 //-------------------------------------------------------------------------

--- 24 unchanged lines hidden (view full) ---

233 //-------------------------------------------------------------------------
234
235 /** determins if the first column of the table should be treated as
236 axis labels when a chart is to be created.
237 */
238 [property] boolean ChartColumnAsLabel;
239 //-------------------------------------------------------------------------
240
201 */
202 [property] com::sun::star::table::ShadowFormat ShadowFormat;
203 //-------------------------------------------------------------------------
204
205 /** determins the top margin.
206 */
207 [property] long TopMargin;
208 //-------------------------------------------------------------------------

--- 24 unchanged lines hidden (view full) ---

233 //-------------------------------------------------------------------------
234
235 /** determins if the first column of the table should be treated as
236 axis labels when a chart is to be created.
237 */
238 [property] boolean ChartColumnAsLabel;
239 //-------------------------------------------------------------------------
240
241 /** contains the description of the table borders.@see com.sun.star.table.TableBorder
241 /** contains the description of the table borders. @see com::sun::star::table::TableBorder
242 */
243 [property] com::sun::star::table::TableBorder TableBorder;
244 //-------------------------------------------------------------------------
245
246 /** contains the column description of the table.
242 */
243 [property] com::sun::star::table::TableBorder TableBorder;
244 //-------------------------------------------------------------------------
245
246 /** contains the column description of the table.
247 @see com.sun.star.text.TableColumnSeparator
247 @see com::sun::star::text::TableColumnSeparator
248 */
249 [property] sequence<com::sun::star::text::TableColumnSeparator> TableColumnSeparators;
250 //-------------------------------------------------------------------------
251
252 /** contains the sum of the column width values used in TableColumnSeparators.
253 */
254 [property] short TableColumnRelativeSum;
255 //-------------------------------------------------------------------------

--- 36 unchanged lines hidden ---
248 */
249 [property] sequence<com::sun::star::text::TableColumnSeparator> TableColumnSeparators;
250 //-------------------------------------------------------------------------
251
252 /** contains the sum of the column width values used in TableColumnSeparators.
253 */
254 [property] short TableColumnRelativeSum;
255 //-------------------------------------------------------------------------

--- 36 unchanged lines hidden ---