(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: 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 OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.