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.
|
|
Copyright © 2003 Sun Microsystems, Inc.