summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing
diff options
context:
space:
mode:
authorChristian Lippka <christian.lippka@sun.com>2010-03-02 19:50:13 +0100
committerChristian Lippka <christian.lippka@sun.com>2010-03-02 19:50:13 +0100
commit90184195d98ef42a18d37cd925c12aed6e60913b (patch)
tree245bb13d719d25f50f96e4c790e50fe4e6bba654 /offapi/com/sun/star/drawing
parent5284d1d961e434f53992f6db762e2c15fd4823dd (diff)
added Visible property for shapes
Diffstat (limited to 'offapi/com/sun/star/drawing')
-rw-r--r--offapi/com/sun/star/drawing/Shape.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/offapi/com/sun/star/drawing/Shape.idl b/offapi/com/sun/star/drawing/Shape.idl
index f57369e87f49..ecc0556411b2 100644
--- a/offapi/com/sun/star/drawing/Shape.idl
+++ b/offapi/com/sun/star/drawing/Shape.idl
@@ -136,6 +136,13 @@ published service Shape
//-------------------------------------------------------------------------
/** If this is <FALSE/>, the <type>Shape</type> is not visible
+ on screen outputs.
+ */
+ [optional, property] boolean Visible;
+
+ //-------------------------------------------------------------------------
+
+ /** If this is <FALSE/>, the <type>Shape</type> is not visible
on printer outputs.
*/
[optional, property] boolean Printable;