Elements' Details |
Style
SymbolStyle Style;
- Description
- determines which of the following members determines the
appearance of the symbol.
|
|
PolygonCoords
|
StandardSymbol
long StandardSymbol;
- Description
- Use the nth standard symbol, if #Style is set
to SymbolStlye::STANDARD.
If n is the number of standard symbols available in an
implementation, the symbol number is
#StandardSymbol modulo n.
The default implementation for example currently uses 8 different
standard symbols that are matched to the numbers 0 to 7.
value StandardSymbol | visible Symbol |
0 | square |
1 | diamond |
2 | down arrow |
3 | up arrow |
4 | right arrow |
5 | left arrow |
6 | bowtie |
7 | sandglass |
|
|
Graphic
::com::sun::star::graphic::XGraphic Graphic;
- Description
- use this graphic as symbol
|
|
Size
::com::sun::star::awt::Size Size;
- Description
- The size of the symbol in 100th of a mm.
@todo use a structure using doubles instead of longs
|
|
BorderColor
long BorderColor;
- Description
- The color used for drawing the border of symbols.
Only effective if #Style is
SymbolStyle::AUTO,
SymbolStyle::STANDARD or
SymbolStyle::POLYGON.
|
|
FillColor
long FillColor;
- Description
- The color used for filling symbols that contain closed polygons.
Only effective if #Style is
SymbolStyle::AUTO,
SymbolStyle::STANDARD or
SymbolStyle::POLYGON.
|
|
Copyright © 2020, 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.