Kaydet (Commit) 54d13384 authored tarafından Zolnai Tamás's avatar Zolnai Tamás

Add since to character border idl

Change-Id: I06064b1145578579c8748b6e5326090303aa670e
üst 1dc74ae1
......@@ -375,39 +375,57 @@ published service CharacterProperties
[optional, property] com::sun::star::container::XNameContainer TextUserDefinedAttributes;
/** This property contains the left border of the object.
*/
*
* @since LibreOffice 4.2
**/
[property, optional] com::sun::star::table::BorderLine2 CharLeftBorder;
/** This property contains the right border of the object.
*/
*
* @since LibreOffice 4.2
**/
[property, optional] com::sun::star::table::BorderLine2 CharRightBorder;
/** This property contains the top border of the object.
*/
*
* @since LibreOffice 4.2
**/
[property, optional] com::sun::star::table::BorderLine2 CharTopBorder;
/** This property contains the bottom border of the object.
*/
*
* @since LibreOffice 4.2
**/
[property, optional] com::sun::star::table::BorderLine2 CharBottomBorder;
/** This property contains the distance from the border to the object.
*/
*
* @since LibreOffice 4.2
**/
[property, optional] long CharBorderDistance;
/** This property contains the distance from the left border to the object.
*/
*
* @since LibreOffice 4.2
**/
[property, optional] long CharLeftBorderDistance;
/** This property contains the distance from the right border to the object.
*/
*
* @since LibreOffice 4.2
**/
[property, optional] long CharRightBorderDistance;
/** This property contains the distance from the top border to the object.
*/
*
* @since LibreOffice 4.2
**/
[property, optional] long CharTopBorderDistance;
/** This property contains the distance from the bottom border to the object.
*/
*
* @since LibreOffice 4.2
**/
[property, optional] long CharBottomBorderDistance;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment