From 2a34dd723baac31e9ce0c639ce9244c0ced4ff06 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 24 Jan 2013 18:08:38 +0100 Subject: text::BaseFrameProperties: add FillStyle and FillGradient optional properties Change-Id: I854cc5e4da2ce87ef4a7af6e9c0cf6f208714e4c --- offapi/com/sun/star/text/BaseFrameProperties.idl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'offapi') diff --git a/offapi/com/sun/star/text/BaseFrameProperties.idl b/offapi/com/sun/star/text/BaseFrameProperties.idl index e569b08930f9..849871029d1e 100644 --- a/offapi/com/sun/star/text/BaseFrameProperties.idl +++ b/offapi/com/sun/star/text/BaseFrameProperties.idl @@ -27,6 +27,8 @@ #include #include #include +#include +#include module com { module sun { module star { module text { @@ -295,6 +297,20 @@ published service BaseFrameProperties @since OOo 3.2 */ [optional, property] string Description; + /** This enumeration selects the style the area will be filled with. + +

Currently only set for gradients.

+ + @since LibreOffice 4.1 + */ + [optional, property] com::sun::star::drawing::FillStyle FillStyle; + /** If the property FillStyle is set to + FillStyle::GRADIENT, this describes the gradient used. + + @since LibreOffice 4.1 + */ + [optional, property] com::sun::star::awt::Gradient FillGradient; + }; -- cgit