ParagraphProperties.idl (96af39f7) ParagraphProperties.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

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

307
308 /** specifies the minimum number of lines of the paragraph that have
309 to be at top of a page if the paragraph is spread over more than
310 one page.
311 */
312 [optional, property] byte ParaWidows;
313 //-------------------------------------------------------------------------
314 /** determines the type, color, and size of the shadow.
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

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

307
308 /** specifies the minimum number of lines of the paragraph that have
309 to be at top of a page if the paragraph is spread over more than
310 one page.
311 */
312 [optional, property] byte ParaWidows;
313 //-------------------------------------------------------------------------
314 /** determines the type, color, and size of the shadow.
315 @see com.sun.star.table.ShadowFormat
315 @see com::sun::star::table::ShadowFormat
316 */
317 [optional, property] com::sun::star::table::ShadowFormat ParaShadowFormat;
318 //-------------------------------------------------------------------------
319 /** contains the left border of the object.
320 */
321 [property, optional] com::sun::star::table::BorderLine LeftBorder;
322
323 //-------------------------------------------------------------------------

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

357
358 //-------------------------------------------------------------------------
359 /** contains the distance from the bottom border to the object.
360 */
361 [property, optional] long BottomBorderDistance;
362
363 //-------------------------------------------------------------------------
364 /** determins the type of break that is applied at the beginning of the table.
316 */
317 [optional, property] com::sun::star::table::ShadowFormat ParaShadowFormat;
318 //-------------------------------------------------------------------------
319 /** contains the left border of the object.
320 */
321 [property, optional] com::sun::star::table::BorderLine LeftBorder;
322
323 //-------------------------------------------------------------------------

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

357
358 //-------------------------------------------------------------------------
359 /** contains the distance from the bottom border to the object.
360 */
361 [property, optional] long BottomBorderDistance;
362
363 //-------------------------------------------------------------------------
364 /** determins the type of break that is applied at the beginning of the table.
365 @see com.sun.star.style.BreakType
365 @see com::sun::star::style::BreakType
366 */
367 [optional, property] com::sun::star::style::BreakType BreakType;
368
369 //-------------------------------------------------------------------------
370 /** specifies the character style name for drop caps.
371 */
372 [optional, property] string DropCapCharStyleName;
373

--- 86 unchanged lines hidden ---
366 */
367 [optional, property] com::sun::star::style::BreakType BreakType;
368
369 //-------------------------------------------------------------------------
370 /** specifies the character style name for drop caps.
371 */
372 [optional, property] string DropCapCharStyleName;
373

--- 86 unchanged lines hidden ---