EmfPlusCustomLineCapOptionalData
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 EmfPlusCustomLineCapOptionalData extends EmfPlusStructureObjectType
The EmfPlusCustomLineCapOptionalData object specifies optional fill and outline data for a custom line cap.
Constructors
Constructor | Description |
---|---|
EmfPlusCustomLineCapOptionalData() |
Methods
Method | Description |
---|---|
getFillData() | Gets or sets optional EmfPlusFillPath object (section 2.2.2.17) that specifies the path for filling a custom graphics line cap. |
setFillData(EmfPlusFillPath value) | Gets or sets optional EmfPlusFillPath object (section 2.2.2.17) that specifies the path for filling a custom graphics line cap. |
getOutlineData() | Gets or sets optional EmfPlusLinePath object (section 2.2.2.26) that specifies the path for outlining a custom graphics line cap. |
setOutlineData(EmfPlusLinePath value) | Gets or sets optional EmfPlusLinePath object (section 2.2.2.26) that specifies the path for outlining a custom graphics line cap. |
EmfPlusCustomLineCapOptionalData()
public EmfPlusCustomLineCapOptionalData()
getFillData()
public EmfPlusFillPath getFillData()
Gets or sets optional EmfPlusFillPath object (section 2.2.2.17) that specifies the path for filling a custom graphics line cap. This field MUST be present if the CustomLineCapDataFillPath flag is set in the CustomLineCapDataFlags field of the EmfPlusCustomLineCapData object.
Returns: EmfPlusFillPath
setFillData(EmfPlusFillPath value)
public void setFillData(EmfPlusFillPath value)
Gets or sets optional EmfPlusFillPath object (section 2.2.2.17) that specifies the path for filling a custom graphics line cap. This field MUST be present if the CustomLineCapDataFillPath flag is set in the CustomLineCapDataFlags field of the EmfPlusCustomLineCapData object.
Parameters:
Parameter | Type | Description |
---|---|---|
value | EmfPlusFillPath |
getOutlineData()
public EmfPlusLinePath getOutlineData()
Gets or sets optional EmfPlusLinePath object (section 2.2.2.26) that specifies the path for outlining a custom graphics line cap. This field MUST be present if the CustomLineCapDataLinePath flag is set in the CustomLineCapDataFlags field of the EmfPlusCustomLineCapData object.
Returns: EmfPlusLinePath
setOutlineData(EmfPlusLinePath value)
public void setOutlineData(EmfPlusLinePath value)
Gets or sets optional EmfPlusLinePath object (section 2.2.2.26) that specifies the path for outlining a custom graphics line cap. This field MUST be present if the CustomLineCapDataLinePath flag is set in the CustomLineCapDataFlags field of the EmfPlusCustomLineCapData object.
Parameters:
Parameter | Type | Description |
---|---|---|
value | EmfPlusLinePath |