offapi/com/sun/star/text/BaseFrameProperties.idl | 15 +++++++++++++++ 1 file changed, 15 insertions(+)
New commits: commit 923a3ba49ab5e578778ffba08ae337993dd76ab4 Author: Miklos Vajna <vmik...@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; }; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits