diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-08-24 11:11:44 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-08-24 12:45:15 +0200 |
commit | 2a01c49f767353e6db58d59362dace2363b736bb (patch) | |
tree | 20fe1d11d0067fbaaa0171256f7094faef5161a3 /offapi | |
parent | 4bea3627327d2faba580701062160ea7892cd384 (diff) |
sw: add ShadowTransparence UNO property for frames
drawinglayer has a separate property for the shadow transparency, too.
One more step towards Writer frames have the same UNO API as
drawinglayer shapes.
Change-Id: I84617502e9beb9e077c783ee8eb771d79c6ee666
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/BaseFrameProperties.idl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/BaseFrameProperties.idl b/offapi/com/sun/star/text/BaseFrameProperties.idl index b5dfb7c0ed69..ff00e2c80924 100644 --- a/offapi/com/sun/star/text/BaseFrameProperties.idl +++ b/offapi/com/sun/star/text/BaseFrameProperties.idl @@ -317,6 +317,15 @@ published service BaseFrameProperties */ [optional, property] string FillGradientName; + /** This defines the degree of transparence of the shadow in percent. + + <p>This is the same as setting the Color member of the + #ShadowFormat property to an ARGB color.</p> + + @since LibreOffice 4.2 + */ + [optional, property] short ShadowTransparence; + }; |