LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
FillBitmap Struct 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...
 

Detailed Description

This structure contains all properties of a bitmap when used as FillStyle.

See also
com::sun::star::drawing::FillProperties

Member Data Documentation

◆ 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.

◆ 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.

◆ aPositionOffset

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.

◆ aRectanglePoint

The RectanglePoint specifies the position inside of the bitmap to use as the top left position for rendering.

◆ aSize

This is the size of the tile for filling.

Depending on the property LogicalSize, this is either relative or absolute.

◆ aURL

string aURL

a URL to the bitmap used.

This may be an internal URL of the graphics manager.

◆ bLogicalSize

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.


The documentation for this struct was generated from the following file: