19 #ifndef __com_sun_star_drawing_FillProperties_idl__
20 #define __com_sun_star_drawing_FillProperties_idl__
32 module com { module sun { module star { module drawing {
RectanglePoint
specifies one of nine points in a rectangle.
Definition: RectanglePoint.idl:28
long FillBitmapSizeX
This is the width of the tile for filling.
Definition: FillProperties.idl:151
com::sun::star::awt::Gradient FillTransparenceGradient
This describes the transparency of the fill area as a gradient.
Definition: FillProperties.idl:65
string FillTransparenceGradientName
If a gradient is used for transparency, this is the name of the used transparence gradient style or i...
Definition: FillProperties.idl:60
string FillBitmapURL
If the property FillStyle is set to FillStyle::BITMAP, this is a URL to the bitmap used...
Definition: FillProperties.idl:108
boolean FillBitmapTile
if set, the fill bitmap is repeated to fill the area of the shape.
Definition: FillProperties.idl:210
BitmapMode FillBitmapMode
this enum selects how a area is filled with a single bitmap.
Definition: FillProperties.idl:176
FillStyle
specifies how an area will be filled.
Definition: FillStyle.idl:28
short FillBitmapOffsetX
Every second line of tiles is moved the given percent of the width of the bitmap. ...
Definition: FillProperties.idl:125
provides a bitmap in the Microsoft DIB format.
Definition: XBitmap.idl:33
boolean FillBitmapStretch
if set, the fill bitmap is stretched to fill the area of the shape.
Definition: FillProperties.idl:193
BitmapMode
The BitmapMode selects an algorithm for filling an area with a bitmap.
Definition: BitmapMode.idl:30
com::sun::star::awt::XBitmap FillBitmap
If the property FillStyle is set to FillStyle::BITMAP, this is the bitmap used.
Definition: FillProperties.idl:103
long FillBitmapSizeY
This is the height of the tile for filling.
Definition: FillProperties.idl:158
short FillTransparence
This is the transparence of the filled area.
Definition: FillProperties.idl:53
string FillHatchName
If the property FillStyle is set to FillStyle::HATCH, this is the name of the used fill hatch style...
Definition: FillProperties.idl:82
com::sun::star::util::Color FillColor
If the property FillStyle is set to FillStyle::SOLID, this is the color used.
Definition: FillProperties.idl:46
com::sun::star::awt::Gradient FillGradient
If the property FillStyle is set to FillStyle::GRADIENT, this describes the gradient used...
Definition: FillProperties.idl:76
FillStyle FillStyle
This enumeration selects the style the area will be filled with.
Definition: FillProperties.idl:41
short FillBitmapPositionOffsetY
This is the vertical offset where the tile starts.
Definition: FillProperties.idl:120
boolean FillBackground
if this is TRUE, the transparent background of a hatch filled area is drawn in the current background...
Definition: FillProperties.idl:92
short FillBitmapOffsetY
Every second row of tiles is moved the given percent of the height of the bitmap. ...
Definition: FillProperties.idl:130
RectanglePoint FillBitmapRectanglePoint
The RectanglePoint specifies the position inside of the bitmap to use as the top left position for re...
Definition: FillProperties.idl:135
Hatch FillHatch
If the property FillStyle is set to FillStyle::HATCH, this describes the hatch used.
Definition: FillProperties.idl:87
string FillBitmapName
If the property FillStyle is set to FillStyle::BITMAP, this is the name of the used fill bitmap style...
Definition: FillProperties.idl:98
describes a color dispersion within an area.
Definition: Gradient.idl:33
short FillBitmapPositionOffsetX
This is the horizontal offset where the tile starts.
Definition: FillProperties.idl:114
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36
This struct defines the appearance of a hatch.
Definition: Hatch.idl:34
boolean FillBitmapLogicalSize
specifies if the size is given in percentage or as an absolute value.
Definition: FillProperties.idl:144
This is a set of properties to describe the style for rendering an area.
Definition: FillProperties.idl:37
string FillGradientName
If the property FillStyle is set to FillStyle::GRADIENT, this is the name of the used fill gradient s...
Definition: FillProperties.idl:71