21module
com { module sun { module star { module drawing {
26published service FillProperties
provides a bitmap in the Microsoft DIB format.
Definition XBitmap.idl:28
RectanglePoint
specifies one of nine points in a rectangle.
Definition RectanglePoint.idl:27
FillStyle
specifies how an area will be filled.
Definition FillStyle.idl:27
BitmapMode
The BitmapMode selects an algorithm for filling an area with a bitmap.
Definition BitmapMode.idl:29
long Color
describes an RGB color value with an optional alpha channel.
Definition Color.idl:34
Definition Ambiguous.idl:20
long FillBitmapSizeY
This is the height of the tile for filling.
Definition FillProperties.idl:155
string FillHatchName
If the property FillStyle is set to FillStyle::HATCH, this is the name of the used fill hatch style.
Definition FillProperties.idl:71
string FillGradientName
If the property FillStyle is set to FillStyle::GRADIENT, this is the name of the used fill gradient s...
Definition FillProperties.idl:60
short FillBitmapPositionOffsetY
This is the vertical offset where the tile starts.
Definition FillProperties.idl:117
com::sun::star::awt::Gradient FillGradient
If the property FillStyle is set to FillStyle::GRADIENT, this describes the gradient used.
Definition FillProperties.idl:65
string FillBitmapURL
If the property FillStyle is set to FillStyle::BITMAP, this is a URL to the bitmap used.
Definition FillProperties.idl:105
string FillBitmapName
If the property FillStyle is set to FillStyle::BITMAP, this is the name of the used fill bitmap style...
Definition FillProperties.idl:87
boolean FillUseSlideBackground
If this is TRUE, and FillStyle is FillStyle::NONE: The area displays the slide background.
Definition FillProperties.idl:224
long FillBitmapSizeX
This is the width of the tile for filling.
Definition FillProperties.idl:148
short FillTransparence
This is the transparence of the filled area.
Definition FillProperties.idl:42
com::sun::star::text::GraphicCrop GraphicCrop
contains the cropping of the object.
Definition FillProperties.idl:217
boolean FillBitmapLogicalSize
specifies if the size is given in percentage or as an absolute value.
Definition FillProperties.idl:141
boolean FillBackground
if this is TRUE, the transparent background of a hatch filled area is drawn in the current background...
Definition FillProperties.idl:81
com::sun::star::awt::Gradient FillTransparenceGradient
This describes the transparency of the fill area as a gradient.
Definition FillProperties.idl:54
FillStyle FillStyle
This enumeration selects the style the area will be filled with.
Definition FillProperties.idl:30
boolean FillBitmapTile
if set, the fill bitmap is repeated to fill the area of the shape.
Definition FillProperties.idl:207
com::sun::star::util::Color FillColor
If the property FillStyle is set to FillStyle::SOLID, this is the color used.
Definition FillProperties.idl:35
boolean FillBitmapStretch
if set, the fill bitmap is stretched to fill the area of the shape.
Definition FillProperties.idl:190
Hatch FillHatch
If the property FillStyle is set to FillStyle::HATCH, this describes the hatch used.
Definition FillProperties.idl:76
string FillTransparenceGradientName
If a gradient is used for transparency, this is the name of the used transparence gradient style or i...
Definition FillProperties.idl:49
short FillBitmapOffsetY
Every second row of tiles is moved the given percent of the height of the bitmap.
Definition FillProperties.idl:127
BitmapMode FillBitmapMode
this enum selects how an area is filled with a single bitmap.
Definition FillProperties.idl:173
com::sun::star::awt::XBitmap FillBitmap
If the property FillStyle is set to FillStyle::BITMAP, this is the bitmap used.
Definition FillProperties.idl:92
short FillBitmapPositionOffsetX
This is the horizontal offset where the tile starts.
Definition FillProperties.idl:111
short FillBitmapOffsetX
Every second line of tiles is moved the given percent of the width of the bitmap.
Definition FillProperties.idl:122
RectanglePoint FillBitmapRectanglePoint
The RectanglePoint specifies the position inside of the bitmap to use as the top left position for re...
Definition FillProperties.idl:132
Describes a gradient between two colors.
Definition Gradient.idl:30
This struct defines the appearance of a hatch.
Definition Hatch.idl:29
describes the cropping of graphic objects.
Definition GraphicCrop.idl:41