summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/BaseFrameProperties.idl7
-rw-r--r--offapi/com/sun/star/text/TextFrame.idl6
2 files changed, 6 insertions, 7 deletions
diff --git a/offapi/com/sun/star/text/BaseFrameProperties.idl b/offapi/com/sun/star/text/BaseFrameProperties.idl
index 2a1f25cc6556..c441343258f2 100644
--- a/offapi/com/sun/star/text/BaseFrameProperties.idl
+++ b/offapi/com/sun/star/text/BaseFrameProperties.idl
@@ -352,13 +352,6 @@ published service BaseFrameProperties
@since LibreOffice 4.3
*/
[optional, property] short RelativeWidthRelation;
-
- /** adjusts the vertical position of the text inside of the frame.
-
- @see com::sun::star::drawing::TextVerticalAdjust
- @since LibreOffice 4.3
- */
- [optional, property] com::sun::star::drawing::TextVerticalAdjust TextVerticalAdjust;
};
diff --git a/offapi/com/sun/star/text/TextFrame.idl b/offapi/com/sun/star/text/TextFrame.idl
index 676703d2b67d..68a73141b1fd 100644
--- a/offapi/com/sun/star/text/TextFrame.idl
+++ b/offapi/com/sun/star/text/TextFrame.idl
@@ -136,6 +136,12 @@ published service TextFrame
*/
[optional, property] boolean IsFollowingTextFlow;
+ /** adjusts the vertical position of the text inside of the frame.
+
+ @see com::sun::star::drawing::TextVerticalAdjust
+ @since LibreOffice 4.3
+ */
+ [optional, property] com::sun::star::drawing::TextVerticalAdjust TextVerticalAdjust;
};