End cap types.
| Name | Description | Value |
|---|---|---|
| BUTT_END_CAP | A squared end that stops at the path’s endpoint. | 1650680176 = ‘bcap’ |
| ROUND_END_CAP | A semicircular end that extends beyond the endpoint by half the stroke-width. | 1919115632 = ‘rcap’ |
| PROJECTING_END_CAP | A squared end that extends beyond the endpoint by half the stroke-width. | 1886020464 = ‘pjcp’ |
Usage:
- As property:
- Button.endCap
- DashedStrokeStyle.endCap
- FormField.endCap
- GraphicLine.endCap
- Group.endCap
- ObjectStyle.endCap
- Oval.endCap
- PageItem.endCap
- PageItemDefault.endCap
- Polygon.endCap
- Rectangle.endCap
- TextFrame.endCap