diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-01-30 11:58:35 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-01-30 12:16:25 +0100 |
commit | 923a3ba49ab5e578778ffba08ae337993dd76ab4 (patch) | |
tree | 6ab494239788ae12a49ae45f75f2b0c430139fca /offapi | |
parent | b1de7935b81d95875f625676b7dd6e6b059309e4 (diff) |
swpagerelsize: add offapi documentation
Change-Id: Ibdc495d604fb6a1c864441b8f7573b90600679c4
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/BaseFrameProperties.idl | 15 |
1 files changed, 15 insertions, 0 deletions
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<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; }; |