summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-08-16 11:40:26 +0000
committerOliver Specht <os@openoffice.org>2002-08-16 11:40:26 +0000
commit111909e67730fda5bc6dbdb73e937bd4fff6c66e (patch)
tree30ce69d39af656a4dc53ff137e80a35b1c2545fb
parentaf99de290ee2f2aa62e5ab68c81497b9c0768ded (diff)
#99657# transparency of frame background implemented
-rw-r--r--offapi/com/sun/star/text/BaseFrame.idl19
1 files changed, 17 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/BaseFrame.idl b/offapi/com/sun/star/text/BaseFrame.idl
index fc0f0f06b20f..9c3c541b7480 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.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: mi $ $Date: 2001-11-02 11:57:32 $
+ * last change: $Author: os $ $Date: 2002-08-16 12:40:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -396,6 +396,21 @@ service BaseFrame
is anchored, wraps around the object.
*/
[property] boolean SurroundAnchorOnly;
+ //-------------------------------------------------------------------------
+ /** contains the transparency of the background color as percentage value.
+ The properties "BackTransparent" and "BackColorTransparency"
+ are overwriting each other.
+ */
+ [optional, property]byte BackColorTransparency;
+ //-------------------------------------------------------------------------
+ /** contains the color of the background. In contrast to the property "BackColor"
+ it doesn't contain a transparency value.
+ */
+ [optional, property]long BackColorRGB;
+ //-------------------------------------------------------------------------
+ /** contains the transparency of the background graphic as percentage value.
+ */
+ [optional, property]byte BackGraphicTransparency;
};
//=============================================================================