Properties' Summary
|
| LineStyle |
This property contains the type of the line.
|
| LineDash |
This property contains the dash of the line.
|
| LineColor |
This property contains the line color.
|
| LineTransparence |
This property contains the extent of transparency.
|
| LineWidth |
This property contains the width of the line in 1/100th mm.
|
| LineJoint |
This property defines the rendering of joints between thick lines
|
| LineStartName |
[ OPTIONAL ]
This property contains the name of the line starts poly polygon bezier.
|
| LineStart |
[ OPTIONAL ]
This property contains the line start in the form of a poly polygon bezier.
|
| LineEnd |
[ OPTIONAL ]
This property contains the line end in the form of a poly polygon bezier.
|
| LineStartCenter |
[ OPTIONAL ]
If this property is true , the line will
start from the center of the polygon.
|
| LineStartWidth |
[ OPTIONAL ]
This property contains the width of the line start polygon.
|
| LineEndCenter |
[ OPTIONAL ]
If this property is true , the line will end
in the center of the polygon.
|
| LineEndWidth |
[ OPTIONAL ]
This property contains the width of the line end polygon.
|
Properties' Details
|
- LineStyle
-  
com::sun::star::drawing::LineStyle LineStyle;
- Description
- This property contains the type of the line.
|
- LineDash
-  
com::sun::star::drawing::LineDash LineDash;
- Description
- This property contains the dash of the line.
|
- LineColor
-  
long LineColor;
- Description
- This property contains the line color.
|
- LineTransparence
-  
short LineTransparence;
- Description
- This property contains the extent of transparency.
|
- LineWidth
-  
long LineWidth;
- Description
- This property contains the width of the line in 1/100th mm.
|
- LineJoint
-  
com::sun::star::drawing::LineJoint LineJoint;
- Description
- This property defines the rendering of joints between thick lines
|
- LineStartName
-  
string LineStartName;
- [ OPTIONAL ]
- Description
- This property contains the name of the line starts poly polygon bezier.
If this string is empty, no line end polygon is rendered.
|
- LineStart
-  
com::sun::star::drawing::PolyPolygonBezierCoords LineStart;
- [ OPTIONAL ]
- Description
- This property contains the line start in the form of a poly polygon bezier.
|
- LineEnd
-  
com::sun::star::drawing::PolyPolygonBezierCoords LineEnd;
- [ OPTIONAL ]
- Description
- This property contains the line end in the form of a poly polygon bezier.
|
- LineStartCenter
-  
boolean LineStartCenter;
- [ OPTIONAL ]
- Description
- If this property is true , the line will
start from the center of the polygon.
|
- LineStartWidth
-  
long LineStartWidth;
- [ OPTIONAL ]
- Description
- This property contains the width of the line start polygon.
|
- LineEndCenter
-  
boolean LineEndCenter;
- [ OPTIONAL ]
- Description
- If this property is true , the line will end
in the center of the polygon.
|
- LineEndWidth
-  
long LineEndWidth;
- [ OPTIONAL ]
- Description
- This property contains the width of the line end polygon.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.