Packages

 

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

Class EmfPlusSetAntiAliasMode

  • All Implemented Interfaces:
    com.aspose.imaging_internal.fileformats.emf.IRecord, Cloneable


    public final class EmfPlusSetAntiAliasMode
    extends EmfPlusPropertyRecordType

    The EmfPlusSetAntiAliasMode record specifies the anti-aliasing mode for text output.

    • Constructor Detail

      • EmfPlusSetAntiAliasMode

        public EmfPlusSetAntiAliasMode(EmfPlusRecord source)

        Initializes a new instance of the EmfPlusSetAntiAliasMode class.

        Parameters:
        source - The source.
    • Method Detail

      • getSmoothingMode

        public byte getSmoothingMode()

        Gets or sets the smoothing mode. (7 bits): The smoothing mode value, from the SmoothingMode enumeration (section 2.1.1.28)

        Value: The smoothing mode.
      • setSmoothingMode

        public void setSmoothingMode(byte value)

        Gets or sets the smoothing mode. (7 bits): The smoothing mode value, from the SmoothingMode enumeration (section 2.1.1.28)

        Value: The smoothing mode.
      • getAntiAliasing

        public boolean getAntiAliasing()

        Gets or sets a value indicating whether [anti aliasing]. If set, anti-aliasing SHOULD be performed. If clear, anti-aliasing SHOULD NOT be performed.

        Value: true if [anti aliasing]; otherwise, false.
      • setAntiAliasing

        public void setAntiAliasing(boolean value)

        Gets or sets a value indicating whether [anti aliasing]. If set, anti-aliasing SHOULD be performed. If clear, anti-aliasing SHOULD NOT be performed.

        Value: true if [anti aliasing]; otherwise, false.