:: com :: sun :: star :: chart2 ::
|
unpublished |
struct FillBitmap |
|
|
|
- Usage Restrictions
- not published
- Description
- This structure 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 width 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 width 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
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.