EmfPlusCustomEndCapData
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusStructureObjectType
public final class EmfPlusCustomEndCapData extends EmfPlusStructureObjectType
The EmfPlusCustomEndCapData object specifies a custom line cap for the end of a line.
Constructors
Constructor | Description |
---|---|
EmfPlusCustomEndCapData() |
Methods
Method | Description |
---|---|
getCustomEndCap() | Gets or sets a custom line cap that defines the shape to draw at the end of a line. |
setCustomEndCap(EmfPlusCustomLineCap value) | Gets or sets a custom line cap that defines the shape to draw at the end of a line. |
EmfPlusCustomEndCapData()
public EmfPlusCustomEndCapData()
getCustomEndCap()
public EmfPlusCustomLineCap getCustomEndCap()
Gets or sets a custom line cap that defines the shape to draw at the end of a line. It can be any of various shapes, including a square, circle, or diamond
Returns: EmfPlusCustomLineCap
setCustomEndCap(EmfPlusCustomLineCap value)
public void setCustomEndCap(EmfPlusCustomLineCap value)
Gets or sets a custom line cap that defines the shape to draw at the end of a line. It can be any of various shapes, including a square, circle, or diamond
Parameters:
Parameter | Type | Description |
---|---|---|
value | EmfPlusCustomLineCap |