[Libreoffice-commits] core.git: offapi/com
Miklos Vajna
vmiklos at collabora.co.uk
Thu Jan 30 03:16:49 PST 2014
offapi/com/sun/star/text/BaseFrameProperties.idl | 15 +++++++++++++++
1 file changed, 15 insertions(+)
New commits:
commit 923a3ba49ab5e578778ffba08ae337993dd76ab4
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Thu Jan 30 11:58:35 2014 +0100
swpagerelsize: add offapi documentation
Change-Id: Ibdc495d604fb6a1c864441b8f7573b90600679c4
diff --git a/offapi/com/sun/star/text/BaseFrameProperties.idl b/offapi/com/sun/star/text/BaseFrameProperties.idl
index edbb1cc..9038d48 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<com::sun::star::beans::PropertyValue> FrameInteropGrabBag;
+ /** contains the relation of the relative height of the object.
+ <p> It is only valid if RelativeHeight is greater than zero.</p>
+
+ @see com::sun::star::text::RelOrientation
+ @since LibreOffice 4.3
+ */
+ [optional, property] short RelativeHeightRelation;
+
+ /** contains the relation of the relative width of the object.
+ <p> It is only valid if RelativeWidth is greater than zero.</p>
+
+ @see com::sun::star::text::RelOrientation
+ @since LibreOffice 4.3
+ */
+ [optional, property] short RelativeWidthRelation;
};
More information about the Libreoffice-commits
mailing list