LibreOffice
LibreOffice 24.2 SDK API Reference
|
This structure contains all properties of a bitmap when used as FillStyle. More...
import"FillBitmap.idl";
Public Attributes | |
string | aURL |
a URL to the bitmap used. More... | |
com::sun::star::awt::Point | aOffset |
This is the horizontal and vertical offset where the tile starts. More... | |
com::sun::star::awt::Point | aPositionOffset |
Every second line (X) / row (Y) of tiles is moved the given percent of the width of the bitmap. More... | |
com::sun::star::drawing::RectanglePoint | aRectanglePoint |
The RectanglePoint specifies the position inside of the bitmap to use as the top left position for rendering. More... | |
boolean | bLogicalSize |
specifies if the size is given in percentage or as an absolute value. More... | |
com::sun::star::awt::Size | aSize |
This is the size of the tile for filling. More... | |
com::sun::star::drawing::BitmapMode | aBitmapMode |
this enum selects how an area is filled with a single bitmap. More... | |
This structure contains all properties of a bitmap when used as FillStyle.
com::sun::star::drawing::BitmapMode aBitmapMode |
this enum selects how an area is filled with a single bitmap.
It may be repeated, stretched or displayed with blank space around it.
com::sun::star::awt::Point aOffset |
This is the horizontal and vertical offset where the tile starts.
It is given in percent in relation to the width of the bitmap.
com::sun::star::awt::Point aPositionOffset |
Every second line (X) / row (Y) of tiles is moved the given percent of the width of the bitmap.
com::sun::star::drawing::RectanglePoint aRectanglePoint |
The RectanglePoint specifies the position inside of the bitmap to use as the top left position for rendering.
This is the size of the tile for filling.
Depending on the property LogicalSize, this is either relative or absolute.
string aURL |
a URL to the bitmap used.
This may be an internal URL of the graphics manager.
boolean bLogicalSize |
specifies if the size is given in percentage or as an absolute value.
If this is TRUE
, the properties SizeX and SizeY 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.