EmfPlusCustomStartCapData
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 EmfPlusCustomStartCapData extends EmfPlusStructureObjectType
The EmfPlusCustomStartCapData object specifies a custom line cap for the start of a line.
Constructors
Constructor | Description |
---|---|
EmfPlusCustomStartCapData() |
Methods
Method | Description |
---|---|
getCustomStartCap() | Gets or sets custom line cap that defines the shape to draw at the end of a line. |
setCustomStartCap(EmfPlusCustomLineCap value) | Gets or sets custom line cap that defines the shape to draw at the end of a line. |
EmfPlusCustomStartCapData()
public EmfPlusCustomStartCapData()
getCustomStartCap()
public EmfPlusCustomLineCap getCustomStartCap()
Gets or sets 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
setCustomStartCap(EmfPlusCustomLineCap value)
public void setCustomStartCap(EmfPlusCustomLineCap value)
Gets or sets 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 |