LibreOffice
LibreOffice 24.2 SDK API Reference
|
This is a set of properties to describe the style for rendering an area. More...
import"FillProperties.idl";
Public Attributes | |
FillStyle | FillStyle |
This enumeration selects the style the area will be filled with. More... | |
com::sun::star::util::Color | FillColor |
If the property FillStyle is set to FillStyle::SOLID, this is the color used. More... | |
short | FillTransparence |
This is the transparence of the filled area. More... | |
string | FillTransparenceGradientName |
If a gradient is used for transparency, this is the name of the used transparence gradient style or it is empty. More... | |
com::sun::star::awt::Gradient | FillTransparenceGradient |
This describes the transparency of the fill area as a gradient. More... | |
string | FillGradientName |
If the property FillStyle is set to FillStyle::GRADIENT, this is the name of the used fill gradient style. More... | |
com::sun::star::awt::Gradient | FillGradient |
If the property FillStyle is set to FillStyle::GRADIENT, this describes the gradient used. More... | |
string | FillHatchName |
If the property FillStyle is set to FillStyle::HATCH, this is the name of the used fill hatch style. More... | |
Hatch | FillHatch |
If the property FillStyle is set to FillStyle::HATCH, this describes the hatch used. More... | |
boolean | FillBackground |
if this is TRUE , the transparent background of a hatch filled area is drawn in the current background color. More... | |
string | FillBitmapName |
If the property FillStyle is set to FillStyle::BITMAP, this is the name of the used fill bitmap style. More... | |
com::sun::star::awt::XBitmap | FillBitmap |
If the property FillStyle is set to FillStyle::BITMAP, this is the bitmap used. More... | |
string | FillBitmapURL |
If the property FillStyle is set to FillStyle::BITMAP, this is a URL to the bitmap used. More... | |
short | FillBitmapPositionOffsetX |
This is the horizontal offset where the tile starts. More... | |
short | FillBitmapPositionOffsetY |
This is the vertical offset where the tile starts. More... | |
short | FillBitmapOffsetX |
Every second line of tiles is moved the given percent of the width of the bitmap. More... | |
short | FillBitmapOffsetY |
Every second row of tiles is moved the given percent of the height of the bitmap. More... | |
RectanglePoint | FillBitmapRectanglePoint |
The RectanglePoint specifies the position inside of the bitmap to use as the top left position for rendering. More... | |
boolean | FillBitmapLogicalSize |
specifies if the size is given in percentage or as an absolute value. More... | |
long | FillBitmapSizeX |
This is the width of the tile for filling. More... | |
long | FillBitmapSizeY |
This is the height of the tile for filling. More... | |
BitmapMode | FillBitmapMode |
this enum selects how an area is filled with a single bitmap. More... | |
boolean | FillBitmapStretch |
if set, the fill bitmap is stretched to fill the area of the shape. More... | |
boolean | FillBitmapTile |
if set, the fill bitmap is repeated to fill the area of the shape. More... | |
com::sun::star::text::GraphicCrop | GraphicCrop |
contains the cropping of the object. More... | |
boolean | FillUseSlideBackground |
If this is TRUE , and FillStyle is FillStyle::NONE: The area displays the slide background. More... | |
This is a set of properties to describe the style for rendering an area.
|
property |
if this is TRUE
, the transparent background of a hatch filled area is drawn in the current background color.
|
optionalproperty |
If the property FillStyle is set to FillStyle::BITMAP, this is the bitmap used.
|
property |
specifies if the size is given in percentage or as an absolute value.
If this is TRUE
, the properties FillBitmapSizeX and FillBitmapSizeY contain the size of the tile in percent of the size of the original bitmap. If this is FALSE
, the size of the tile is specified with 1/100th mm.
|
property |
this enum selects how an area is filled with a single bitmap.
This property corresponds to the properties FillBitmapStretch and FillBitmapTile.
If set to BitmapMode::REPEAT, the property FillBitmapStretch is set to FALSE
, and the property FillBitmapTile is set to TRUE
.
If set to BitmapMode::STRETCH, the property FillBitmapStretch is set to TRUE
, and the property FillBitmapTile is set to FALSE
.
If set to BitmapMode::NO_REPEAT, both properties FillBitmapStretch and FillBitmapTile are set to FALSE
.
|
property |
If the property FillStyle is set to FillStyle::BITMAP, this is the name of the used fill bitmap style.
|
property |
Every second line of tiles is moved the given percent of the width of the bitmap.
|
property |
Every second row of tiles is moved the given percent of the height of the bitmap.
|
property |
This is the horizontal offset where the tile starts.
It is given in percent in relation to the width of the bitmap.
|
property |
This is the vertical offset where the tile starts.
It is given in percent in relation to the height of the bitmap.
|
property |
The RectanglePoint specifies the position inside of the bitmap to use as the top left position for rendering.
|
property |
This is the width of the tile for filling.
Depending on the property FillBitmapLogicalSize, this is either relative or absolute.
|
property |
This is the height of the tile for filling.
Depending on the property FillBitmapLogicalSize, this is either relative or absolute.
|
optionalproperty |
if set, the fill bitmap is stretched to fill the area of the shape.
This property should not be used anymore and is included here for completeness. The FillBitmapMode property can be used instead to set all supported bitmap modes.
If set to TRUE
, the value of the FillBitmapMode property changes to BitmapMode::STRETCH. BUT: behavior is undefined, if the property FillBitmapTile is TRUE
too.
If set to FALSE
, the value of the FillBitmapMode property changes to BitmapMode::REPEAT or BitmapMode::NO_REPEAT, depending on the current value of the FillBitmapTile property.
|
optionalproperty |
if set, the fill bitmap is repeated to fill the area of the shape.
This property should not be used anymore and is included here for completeness. The FillBitmapMode property can be used instead to set all supported bitmap modes.
If set to TRUE
, the value of the FillBitmapMode property changes to BitmapMode::REPEAT. BUT: behavior is undefined, if the property FillBitmapStretch is TRUE
too.
If set to FALSE
, the value of the FillBitmapMode property changes to BitmapMode::STRETCH or BitmapMode::NO_REPEAT, depending on the current value of the FillBitmapStretch property.
|
optionalproperty |
If the property FillStyle is set to FillStyle::BITMAP, this is a URL to the bitmap used.
Note the new behaviour since it this was deprecated: This property can only be set and only external URLs are supported (no more vnd.sun.star.GraphicObject scheme). When a URL is set, then it will load the bitmap and set the FillBitmap property.
|
property |
If the property FillStyle is set to FillStyle::SOLID, this is the color used.
|
optionalproperty |
If the property FillStyle is set to FillStyle::GRADIENT, this describes the gradient used.
|
property |
If the property FillStyle is set to FillStyle::GRADIENT, this is the name of the used fill gradient style.
|
optionalproperty |
If the property FillStyle is set to FillStyle::HATCH, this describes the hatch used.
|
property |
If the property FillStyle is set to FillStyle::HATCH, this is the name of the used fill hatch style.
|
property |
This is the transparence of the filled area.
This property is only valid if the property FillStyle is set to FillStyle::SOLID.
|
optionalproperty |
This describes the transparency of the fill area as a gradient.
|
property |
If a gradient is used for transparency, this is the name of the used transparence gradient style or it is empty.
If you set the name of a transparence gradient style contained in the document, this style used.
|
optionalproperty |
If this is TRUE
, and FillStyle is FillStyle::NONE: The area displays the slide background.
|
optionalproperty |
contains the cropping of the object.
If the property FillBitmapMode is set to BitmapMode::STRETCH, this is the cropping, otherwise it is empty.