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 insted of longs
|
|
BorderColor
|
FillColor
|
Copyright © 2003 Sun Microsystems, Inc.