Packages

 

com.aspose.imaging.fileformats.emf.emfplus.objects

Classes

com.aspose.imaging.fileformats.emf.emfplus.objects

Class EmfPlusCustomLineCapOptionalData

  • All Implemented Interfaces:
    Cloneable


    public final class EmfPlusCustomLineCapOptionalData
    extends EmfPlusStructureObjectType

    The EmfPlusCustomLineCapOptionalData object specifies optional fill and outline data for a custom line cap.

    • Constructor Detail

      • EmfPlusCustomLineCapOptionalData

        public EmfPlusCustomLineCapOptionalData()
    • Method Detail

      • 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.

      • setFillData

        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.

      • 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.

      • setOutlineData

        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.