LibreOffice
LibreOffice 24.8 SDK API Reference
|
this service provides the properties to describe a background filling for a drawing page. More...
import <Background.idl;
Included Services | |
service | FillProperties |
Additional Inherited Members | |
![]() | |
FillStyle | FillStyle |
This enumeration selects the style the area will be filled with. | |
com::sun::star::util::Color | FillColor |
If the property FillStyle is set to FillStyle::SOLID, this is the color used. | |
short | FillTransparence |
This is the transparence of the filled area. | |
string | FillTransparenceGradientName |
If a gradient is used for transparency, this is the name of the used transparence gradient style or it is empty. | |
com::sun::star::awt::Gradient | FillTransparenceGradient |
This describes the transparency of the fill area as a gradient. | |
string | FillGradientName |
If the property FillStyle is set to FillStyle::GRADIENT, this is the name of the used fill gradient style. | |
com::sun::star::awt::Gradient | FillGradient |
If the property FillStyle is set to FillStyle::GRADIENT, this describes the gradient used. | |
string | FillHatchName |
If the property FillStyle is set to FillStyle::HATCH, this is the name of the used fill hatch style. | |
Hatch | FillHatch |
If the property FillStyle is set to FillStyle::HATCH, this describes the hatch used. | |
boolean | FillBackground |
if this is TRUE , the transparent background of a hatch filled area is drawn in the current background color. | |
string | FillBitmapName |
If the property FillStyle is set to FillStyle::BITMAP, this is the name of the used fill bitmap style. | |
com::sun::star::awt::XBitmap | FillBitmap |
If the property FillStyle is set to FillStyle::BITMAP, this is the bitmap used. | |
string | FillBitmapURL |
If the property FillStyle is set to FillStyle::BITMAP, this is a URL to the bitmap used. | |
short | FillBitmapPositionOffsetX |
This is the horizontal offset where the tile starts. | |
short | FillBitmapPositionOffsetY |
This is the vertical offset where the tile starts. | |
short | FillBitmapOffsetX |
Every second line of tiles is moved the given percent of the width of the bitmap. | |
short | FillBitmapOffsetY |
Every second row of tiles is moved the given percent of the height of the bitmap. | |
RectanglePoint | FillBitmapRectanglePoint |
The RectanglePoint specifies the position inside of the bitmap to use as the top left position for rendering. | |
boolean | FillBitmapLogicalSize |
specifies if the size is given in percentage or as an absolute value. | |
long | FillBitmapSizeX |
This is the width of the tile for filling. | |
long | FillBitmapSizeY |
This is the height of the tile for filling. | |
BitmapMode | FillBitmapMode |
this enum selects how an area is filled with a single bitmap. | |
boolean | FillBitmapStretch |
if set, the fill bitmap is stretched to fill the area of the shape. | |
boolean | FillBitmapTile |
if set, the fill bitmap is repeated to fill the area of the shape. | |
com::sun::star::text::GraphicCrop | GraphicCrop |
contains the cropping of the object. | |
boolean | FillUseSlideBackground |
If this is TRUE , and FillStyle is FillStyle::NONE: The area displays the slide background. | |
this service provides the properties to describe a background filling for a drawing page.
It can be obtained by the com::sun::star::lang::XMultiServiceFactory of a document and be set on draw pages that support a filled background.
service FillProperties |