Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: chart2 ::

unpublished struct FillBitmap
Usage Restrictions
not published
Description
This strucutre contains all properties of a bitmap when used as FillStyle.
See also
::com::sun::star::drawing::FillProperties

Elements' Summary
aURL a URL to the bitmap used. This may be an internal URL of the graphics manager.  
aOffset This is the horizontal and vertical offset where the tile starts.  
aPositionOffset Every second line (X) / row (Y) of tiles is moved the given percent of the witdh of the bitmap.  
aRectanglePoint The RectanglePoint specifies the position inside of the bitmap to use as the top left position for rendering.  
bLogicalSize specifies if the size is given in percentage or as an absolute value.  
aSize This is the size of the tile for filling.  
aBitmapMode this enum selects how a area is filled with a single bitmap.  
Elements' Details
aURL
string aURL;
Description
a URL to the bitmap used. This may be an internal URL of the graphics manager.
aOffset
::com::sun::star::awt::Point aOffset;
Description
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;
Description
Every second line (X) / row (Y) of tiles is moved the given percent of the witdh of the bitmap.
aRectanglePoint
::com::sun::star::drawing::RectanglePoint aRectanglePoint;
Description
The RectanglePoint specifies the position inside of the bitmap to use as the top left position for rendering.
bLogicalSize
boolean bLogicalSize;
Description
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.

aSize
::com::sun::star::awt::Size aSize;
Description
This is the size of the tile for filling.

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

aBitmapMode
::com::sun::star::drawing::BitmapMode aBitmapMode;
Description
this enum selects how a area is filled with a single bitmap.

It may be repeated, stretched or displayed with blank space around it.

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.