Packages

 

com.aspose.imaging.fileformats.emf.emf.records

Classes

com.aspose.imaging.fileformats.emf.emf.records

Class EmfRecord

    • Constructor Detail

      • EmfRecord

        public EmfRecord()

        Initializes a new instance of the EmfRecord class.

      • EmfRecord

        public EmfRecord(EmfRecord source)

        Initializes a new instance of the EmfRecord class.

        Parameters:
        source - The source.
      • EmfRecord

        public EmfRecord(int type)

        Initializes a new instance of the EmfRecord class.

        Parameters:
        type - The record type.
    • Method Detail

      • getType

        public int getType()

        Gets the type.

        Returns:
        The type.
      • setType

        public void setType(int value)

        Sets the type.

        Parameters:
        value - The type.
      • getSize

        public int getSize()

        Gets the size of the record

        Specified by:
        getSize in interface com.aspose.imaging_internal.fileformats.emf.IRecord
      • setSize

        public void setSize(int value)

        Sets the size of the record

        Specified by:
        setSize in interface com.aspose.imaging_internal.fileformats.emf.IRecord