LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
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 {
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
com::sun::star::awt::XBitmap FillBitmap
If the property FillStyle is set to FillStyle::BITMAP, this is the bitmap used.
Definition: FillProperties.idl:103
short FillBitmapPositionOffsetY
This is the vertical offset where the tile starts.
Definition: FillProperties.idl:128
FillStyle
specifies how an area will be filled.
Definition: FillStyle.idl:29
short FillBitmapOffsetX
Every second line of tiles is moved the given percent of the width of the bitmap.
Definition: FillProperties.idl:133
com::sun::star::awt::Gradient FillTransparenceGradient
This describes the transparency of the fill area as a gradient.
Definition: FillProperties.idl:65
com::sun::star::util::Color FillColor
If the property FillStyle is set to FillStyle::SOLID, this is the color used.
Definition: FillProperties.idl:46
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
BitmapMode
The BitmapMode selects an algorithm for filling an area with a bitmap.
Definition: BitmapMode.idl:31
com::sun::star::awt::Gradient FillGradient
If the property FillStyle is set to FillStyle::GRADIENT, this describes the gradient used.
Definition: FillProperties.idl:76
boolean FillBitmapTile
if set, the fill bitmap is repeated to fill the area of the shape.
Definition: FillProperties.idl:218
short FillTransparence
This is the transparence of the filled area.
Definition: FillProperties.idl:53
This is a set of properties to describe the style for rendering an area.
Definition: FillProperties.idl:38
RectanglePoint FillBitmapRectanglePoint
The RectanglePoint specifies the position inside of the bitmap to use as the top left position for re...
Definition: FillProperties.idl:143
short FillBitmapPositionOffsetX
This is the horizontal offset where the tile starts.
Definition: FillProperties.idl:122
provides a bitmap in the Microsoft DIB format.
Definition: XBitmap.idl:34
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
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
boolean FillBitmapLogicalSize
specifies if the size is given in percentage or as an absolute value.
Definition: FillProperties.idl:152
Definition: Ambiguous.idl:22
short FillBitmapOffsetY
Every second row of tiles is moved the given percent of the height of the bitmap.
Definition: FillProperties.idl:138
boolean FillBackground
if this is TRUE, the transparent background of a hatch filled area is drawn in the current background...
Definition: FillProperties.idl:92
This struct defines the appearance of a hatch.
Definition: Hatch.idl:35
boolean FillBitmapStretch
if set, the fill bitmap is stretched to fill the area of the shape.
Definition: FillProperties.idl:201
FillStyle FillStyle
This enumeration selects the style the area will be filled with.
Definition: FillProperties.idl:41
Hatch FillHatch
If the property FillStyle is set to FillStyle::HATCH, this describes the hatch used.
Definition: FillProperties.idl:87
com::sun::star::text::GraphicCrop GraphicCrop
contains the cropping of the object.
Definition: FillProperties.idl:228
describes the cropping of graphic objects.
Definition: GraphicCrop.idl:43
RectanglePoint
specifies one of nine points in a rectangle.
Definition: RectanglePoint.idl:29
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36
string FillBitmapURL
If the property FillStyle is set to FillStyle::BITMAP, this is a URL to the bitmap used.
Definition: FillProperties.idl:116
Describes a gradient between two colors.
Definition: Gradient.idl:36
long FillBitmapSizeY
This is the height of the tile for filling.
Definition: FillProperties.idl:166
BitmapMode FillBitmapMode
this enum selects how an area is filled with a single bitmap.
Definition: FillProperties.idl:184
long FillBitmapSizeX
This is the width of the tile for filling.
Definition: FillProperties.idl:159