20 module
com { module sun { module star { module rendering {
30 constants PathJoinType
const byte ROUND
Join the path segment with a pie-like patch, such that the outer line of the meeting point is round...
Definition: PathJoinType.idl:49
Definition: Ambiguous.idl:20
const byte BEVEL
Join the path segment by connecting the outer ends of the abutting segments with a straight line...
Definition: PathJoinType.idl:55
const byte MITER
Join the path segment by extending the outer border until they intersect.
Definition: PathJoinType.idl:43
const byte NONE
Do not join the path segments at all.
Definition: PathJoinType.idl:37