summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-03-12 11:30:40 +0000
committerOliver Specht <os@openoffice.org>2001-03-12 11:30:40 +0000
commitd896fd4e88547a217e244da90c659744e7c78cbd (patch)
treeb97f57a74752922487b23634be4f529af8a0a50e /offapi/com/sun
parentccb589bb3ea7cc5e46a9dbe68f843c883f8d0ecf (diff)
new property: AnchorFrame
Diffstat (limited to 'offapi/com/sun')
-rw-r--r--offapi/com/sun/star/text/BaseFrame.idl13
1 files changed, 11 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/BaseFrame.idl b/offapi/com/sun/star/text/BaseFrame.idl
index e2f7bceb0c2e..1f07aefdc879 100644
--- a/offapi/com/sun/star/text/BaseFrame.idl
+++ b/offapi/com/sun/star/text/BaseFrame.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: BaseFrame.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: os $ $Date: 2001-03-06 15:56:24 $
+ * last change: $Author: os $ $Date: 2001-03-12 12:25:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,6 +85,9 @@
#ifndef __com_sun_star_table_ShadowFormat_idl__
#include <com/sun/star/table/ShadowFormat.idl>
#endif
+#ifndef __com_sun_star_text_XTextFrame_idl__
+#include <com/sun/star/text/XTextFrame.idl>
+#endif
//=============================================================================
@@ -138,6 +141,12 @@ service BaseFrame
*/
[property] short AnchorPageNo;
//-------------------------------------------------------------------------
+ /** contains the text frame the current frame is anchored to.
+ <p> The value is valid only if the
+ AnchorType is <const>TextContentAnchorType::AT_FRAME</const>.</p>
+ */
+ [property] com::sun::star::text::XTextFrame AnchorFrame;
+ //-------------------------------------------------------------------------
/** contains the color of the background of the object.
*/
[property] long BackColor;