diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-01-28 13:34:52 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-01-28 13:49:41 +0100 |
commit | abe9599b9dea6d7b3ad840dee88848ac10f55a04 (patch) | |
tree | 53cb8bf2fed4723cf0f976fdc8de390b63806341 /offapi | |
parent | d8de1d6070b7e89fcb5e51307d20b081e83fd02d (diff) |
text::BaseFrameProperties: add FillGradientName optional property
Change-Id: Iae428edb97e31ae578d2ab4679f6d346d5339a9f
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/BaseFrameProperties.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/BaseFrameProperties.idl b/offapi/com/sun/star/text/BaseFrameProperties.idl index 849871029d1e..89d7c9044be5 100644 --- a/offapi/com/sun/star/text/BaseFrameProperties.idl +++ b/offapi/com/sun/star/text/BaseFrameProperties.idl @@ -310,6 +310,12 @@ published service BaseFrameProperties @since LibreOffice 4.1 */ [optional, property] com::sun::star::awt::Gradient FillGradient; + /** If the property <member>FillStyle</member> is set to <const> + FillStyle::GRADIENT</const>, this is the name of the gradient used. + + @since LibreOffice 4.1 + */ + [optional, property] string FillGradientName; }; |