From 923a3ba49ab5e578778ffba08ae337993dd76ab4 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 30 Jan 2014 11:58:35 +0100 Subject: swpagerelsize: add offapi documentation Change-Id: Ibdc495d604fb6a1c864441b8f7573b90600679c4 --- offapi/com/sun/star/text/BaseFrameProperties.idl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'offapi') diff --git a/offapi/com/sun/star/text/BaseFrameProperties.idl b/offapi/com/sun/star/text/BaseFrameProperties.idl index edbb1ccbad08..9038d48487ca 100644 --- a/offapi/com/sun/star/text/BaseFrameProperties.idl +++ b/offapi/com/sun/star/text/BaseFrameProperties.idl @@ -336,6 +336,21 @@ published service BaseFrameProperties */ [optional, property] sequence FrameInteropGrabBag; + /** contains the relation of the relative height of the object. +

It is only valid if RelativeHeight is greater than zero.

+ + @see com::sun::star::text::RelOrientation + @since LibreOffice 4.3 + */ + [optional, property] short RelativeHeightRelation; + + /** contains the relation of the relative width of the object. +

It is only valid if RelativeWidth is greater than zero.

+ + @see com::sun::star::text::RelOrientation + @since LibreOffice 4.3 + */ + [optional, property] short RelativeWidthRelation; }; -- cgit