TextSection.idl (d1766043) TextSection.idl (d8faddcc)
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

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

149 [property] string BackGraphicFilter;
150
151 //-------------------------------------------------------------------------
152 /** determines the position of the background graphic.
153
154 @see GraphicLocation
155 */
156 [property] com::sun::star::style::GraphicLocation BackGraphicLocation;
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

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

149 [property] string BackGraphicFilter;
150
151 //-------------------------------------------------------------------------
152 /** determines the position of the background graphic.
153
154 @see GraphicLocation
155 */
156 [property] com::sun::star::style::GraphicLocation BackGraphicLocation;
157 /** determins whether footnotes inside the section are displayed at the end of the
157 /** determines whether footnotes inside the section are displayed at the end of the
158 section text.
159 */
160 [property] boolean FootnoteIsCollectAtTextEnd;
161 //-------------------------------------------------------------------------
158 section text.
159 */
160 [property] boolean FootnoteIsCollectAtTextEnd;
161 //-------------------------------------------------------------------------
162 /** determins whether the footnotes numbering restarts within the section.
162 /** determines whether the footnotes numbering restarts within the section.
163 This is only valid if <code>FootnoteIsRestartNumbering</code> is set.
164 */
165 [property] boolean FootnoteIsRestartNumbering;
166 //-------------------------------------------------------------------------
163 This is only valid if <code>FootnoteIsRestartNumbering</code> is set.
164 */
165 [property] boolean FootnoteIsRestartNumbering;
166 //-------------------------------------------------------------------------
167 /** determins at which number the footnote numbering inside of the section starts.
167 /** determines at which number the footnote numbering inside of the section starts.
168 This is only valid if <code>FootnoteIsRestartNumbering</code> is set.
169 */
170 [property] short FootnoteRestartNumberingAt;
171 //-------------------------------------------------------------------------
168 This is only valid if <code>FootnoteIsRestartNumbering</code> is set.
169 */
170 [property] short FootnoteRestartNumberingAt;
171 //-------------------------------------------------------------------------
172 /** determins whether the footnotes within the section use an own numbering format.
172 /** determines whether the footnotes within the section use an own numbering format.
173 This is only valid if <code>FootnoteIsRestartNumbering</code> is set.
174 */
175 [property] boolean FootnoteIsOwnNumbering;
176 //-------------------------------------------------------------------------
173 This is only valid if <code>FootnoteIsRestartNumbering</code> is set.
174 */
175 [property] boolean FootnoteIsOwnNumbering;
176 //-------------------------------------------------------------------------
177 /** determins the numbering type of the footnote numbering as a value of
177 /** determines the numbering type of the footnote numbering as a value of
178 <type scope="com::sun::star::style">NumberingType</type>.
179 This is only valid if <code>FootnoteIsOwnNumbering</code> is set.
180 */
181 [property] short FootnoteNumberingType;
182 //-------------------------------------------------------------------------
178 <type scope="com::sun::star::style">NumberingType</type>.
179 This is only valid if <code>FootnoteIsOwnNumbering</code> is set.
180 */
181 [property] short FootnoteNumberingType;
182 //-------------------------------------------------------------------------
183 /** determins the prefix that is display before the footnote number.
183 /** determines the prefix that is display before the footnote number.
184 This is only valid if <code>FootnoteIsOwnNumbering</code> is set.
185 */
186 [property] string FootnoteNumberingPrefix;
187 //-------------------------------------------------------------------------
184 This is only valid if <code>FootnoteIsOwnNumbering</code> is set.
185 */
186 [property] string FootnoteNumberingPrefix;
187 //-------------------------------------------------------------------------
188 /** determins the suffix that is display after of the footnote number.
188 /** determines the suffix that is display after of the footnote number.
189 This is only valid if <code>FootnoteIsOwnNumbering</code> is set.
190 */
191 [property] string FootnoteNumberingSuffix;
192 //-------------------------------------------------------------------------
189 This is only valid if <code>FootnoteIsOwnNumbering</code> is set.
190 */
191 [property] string FootnoteNumberingSuffix;
192 //-------------------------------------------------------------------------
193 /** determins whether endnotes inside the section are displayed at the end of the
193 /** determines whether endnotes inside the section are displayed at the end of the
194 section text.
195 */
196 [property] boolean EndnoteIsCollectAtTextEnd;
197 //-------------------------------------------------------------------------
194 section text.
195 */
196 [property] boolean EndnoteIsCollectAtTextEnd;
197 //-------------------------------------------------------------------------
198 /** determins whether the endnotes numbering restarts within the section.
198 /** determines whether the endnotes numbering restarts within the section.
199 This is only valid if <code>EndnoteIsRestartNumbering</code> is set.
200 */
201 [property] boolean EndnoteIsRestartNumbering;
202 //-------------------------------------------------------------------------
199 This is only valid if <code>EndnoteIsRestartNumbering</code> is set.
200 */
201 [property] boolean EndnoteIsRestartNumbering;
202 //-------------------------------------------------------------------------
203 /** determins at which number the endnote numbering inside of the section starts.
203 /** determines at which number the endnote numbering inside of the section starts.
204 This is only valid if <code>EndnoteIsRestartNumbering</code> is set.
205 */
206 [property] short EndnoteRestartNumberingAt;
207 //-------------------------------------------------------------------------
204 This is only valid if <code>EndnoteIsRestartNumbering</code> is set.
205 */
206 [property] short EndnoteRestartNumberingAt;
207 //-------------------------------------------------------------------------
208 /** determins whether the endnotes within the section use an own numbering format.
208 /** determines whether the endnotes within the section use an own numbering format.
209 This is only valid if <code>EndnoteIsRestartNumbering</code> is set.
210 */
211 [property] boolean EndnoteIsOwnNumbering;
212 //-------------------------------------------------------------------------
209 This is only valid if <code>EndnoteIsRestartNumbering</code> is set.
210 */
211 [property] boolean EndnoteIsOwnNumbering;
212 //-------------------------------------------------------------------------
213 /** determins the numbering type of the endnote numbering as a value of
213 /** determines the numbering type of the endnote numbering as a value of
214 <type scope="com::sun::star::style">NumberingType</type>.
215 This is only valid if <code>EndoteIsOwnNumbering</code> is set.
216 */
217 [property] short EndnoteNumberingType;
218 //-------------------------------------------------------------------------
214 <type scope="com::sun::star::style">NumberingType</type>.
215 This is only valid if <code>EndoteIsOwnNumbering</code> is set.
216 */
217 [property] short EndnoteNumberingType;
218 //-------------------------------------------------------------------------
219 /** determins the prefix that is display before the endnote number.
219 /** determines the prefix that is display before the endnote number.
220 This is only valid if <code>EndnoteIsOwnNumbering</code> is set.
221 */
222 [property] string EndnoteNumberingPrefix;
223 //-------------------------------------------------------------------------
220 This is only valid if <code>EndnoteIsOwnNumbering</code> is set.
221 */
222 [property] string EndnoteNumberingPrefix;
223 //-------------------------------------------------------------------------
224 /** determins the suffix that is display after the endnote number.
224 /** determines the suffix that is display after the endnote number.
225 This is only valid if <code>EndnoteIsOwnNumbering</code> is set.
226 */
227 [property] string EndnoteNumberingSuffix;
228 //-------------------------------------------------------------------------
225 This is only valid if <code>EndnoteIsOwnNumbering</code> is set.
226 */
227 [property] string EndnoteNumberingSuffix;
228 //-------------------------------------------------------------------------
229 /** determins if a DDE link is updated automatically.
229 /** determines if a DDE link is updated automatically.
230 */
231 [property] boolean IsAutomaticUpdate;
232 //-------------------------------------------------------------------------
233 /** allows columns to be set into the text section
234 */
235 [property] com::sun::star::text::XTextColumns TextColumns;
230 */
231 [property] boolean IsAutomaticUpdate;
232 //-------------------------------------------------------------------------
233 /** allows columns to be set into the text section
234 */
235 [property] com::sun::star::text::XTextColumns TextColumns;
236 /** determins the left margin of the section
236 /** determines the left margin of the section
237 */
238 [optional, property] long SectionLeftMargin;
239 //-------------------------------------------------------------------------
237 */
238 [optional, property] long SectionLeftMargin;
239 //-------------------------------------------------------------------------
240 /** determins the left margin of the section
240 /** determines the left margin of the section
241 */
242 [optional, property] long SectionRightMargin;
243 //-------------------------------------------------------------------------
244};
245
246//=============================================================================
247
248}; }; }; };
249
250#endif
241 */
242 [optional, property] long SectionRightMargin;
243 //-------------------------------------------------------------------------
244};
245
246//=============================================================================
247
248}; }; }; };
249
250#endif