NumberingLevel.idl (d1766043) NumberingLevel.idl (2a413f17)
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

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

198 Specifies the position and space mode of the numbering level.
199 For valid values see com::sun::star::text::PositionAndSpaceMode.
200 If it equals LABEL_WIDTH_AND_POSITION, properties Adjust,
201 LeftMargin, SymbolTextDistance and FirstLineOffset are used.
202 If it equals LABEL_ALIGNMENT, properties Adjust, LabelFollowedBy,
203 ListtabStopPosition, FirstLineIndent, IndentAt are used.
204 </p>
205
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

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

198 Specifies the position and space mode of the numbering level.
199 For valid values see com::sun::star::text::PositionAndSpaceMode.
200 If it equals LABEL_WIDTH_AND_POSITION, properties Adjust,
201 LeftMargin, SymbolTextDistance and FirstLineOffset are used.
202 If it equals LABEL_ALIGNMENT, properties Adjust, LabelFollowedBy,
203 ListtabStopPosition, FirstLineIndent, IndentAt are used.
204 </p>
205
206 @since OOo 3.0
206 @since OpenOffice 3.0
207 */
208 [optional, property] short PositionAndSpaceMode;
209
210 /** character following the list label
211
212 <p>
213 Specifies the character following the list label.
214 For valid values see com::sun::star::text::LabelFollow.
215 Only of relevance, if PositionAndSpaceMode equals LABEL_ALIGNMENT.
216 </p>
217
207 */
208 [optional, property] short PositionAndSpaceMode;
209
210 /** character following the list label
211
212 <p>
213 Specifies the character following the list label.
214 For valid values see com::sun::star::text::LabelFollow.
215 Only of relevance, if PositionAndSpaceMode equals LABEL_ALIGNMENT.
216 </p>
217
218 @since OOo 3.0
218 @since OpenOffice 3.0
219 */
220 [optional, property] short LabelFollowedBy;
221
222 /** list tab position
223
224 <p>
225 Specifies the position of the list tab stop - only non-negative
226 values are allowed.
227 Only of relevance, if PositionAndSpaceMode equals LABEL_ALIGNMENT
228 and LabelFollowedBy equal LABELFOLLOW_LISTTAB
229 </p>
230
219 */
220 [optional, property] short LabelFollowedBy;
221
222 /** list tab position
223
224 <p>
225 Specifies the position of the list tab stop - only non-negative
226 values are allowed.
227 Only of relevance, if PositionAndSpaceMode equals LABEL_ALIGNMENT
228 and LabelFollowedBy equal LABELFOLLOW_LISTTAB
229 </p>
230
231 @since OOo 3.0
231 @since OpenOffice 3.0
232 */
233 [optional, property] long ListtabStopPosition;
234
235 /** additional line indent for the first text line
236
237 <p>
238 Specifies the first line indent.
239 Only of relevance, if PositionAndSpaceMode equals LABEL_ALIGNMENT.
240 </p>
241
232 */
233 [optional, property] long ListtabStopPosition;
234
235 /** additional line indent for the first text line
236
237 <p>
238 Specifies the first line indent.
239 Only of relevance, if PositionAndSpaceMode equals LABEL_ALIGNMENT.
240 </p>
241
242 @since OOo 3.0
242 @since OpenOffice 3.0
243 */
244 [optional, property] long FirstLineIndent;
245
246 /** indentation of the text lines
247
248 <p>
249 Specifies the indent of the text lines
250 Only of relevance, if PositionAndSpaceMode equals LABEL_ALIGNMENT.
251 </p>
252
243 */
244 [optional, property] long FirstLineIndent;
245
246 /** indentation of the text lines
247
248 <p>
249 Specifies the indent of the text lines
250 Only of relevance, if PositionAndSpaceMode equals LABEL_ALIGNMENT.
251 </p>
252
253 @since OOo 3.0
253 @since OpenOffice 3.0
254 */
255 [optional, property] long IndentAt;
256};
257
258//=============================================================================
259
260}; }; }; };
261
262#endif
263
254 */
255 [optional, property] long IndentAt;
256};
257
258//=============================================================================
259
260}; }; }; };
261
262#endif
263