Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: rendering ::

unpublished constants group PathCapType
Usage Restrictions
not published
Description
These constants determine which shape to use for start or end of a stroked path.

The start and end of stroked paths can have one out of several different shapes (which are, of course, only visible for strokes wider than one device pixel).

Since
OOo 2.0

Constants
BUTT End the path at its start or end point, without any cap. 
ROUND Extend the path with a half circle cap, diameter is the line width. 
SQUARE Extend the path with a rectangular cap, half the line width long. 
Constants' Details
BUTT
const byte BUTT =0;
Description
End the path at its start or end point, without any cap.
ROUND
const byte ROUND =1;
Description
Extend the path with a half circle cap, diameter is the line width.
SQUARE
const byte SQUARE =2;
Description
Extend the path with a rectangular cap, half the line width long.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.