Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: 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 Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.