EmfPlusSetAntiAliasMode

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.records.EmfPlusRecord, com.aspose.imaging.fileformats.emf.emfplus.records.EmfPlusPropertyRecordType

public final class EmfPlusSetAntiAliasMode extends EmfPlusPropertyRecordType

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

Constructors

ConstructorDescription
EmfPlusSetAntiAliasMode(EmfPlusRecord source)Initializes a new instance of the EmfPlusSetAntiAliasMode class.

Methods

MethodDescription
getSmoothingMode()Gets or sets the smoothing mode.
setSmoothingMode(byte value)Gets or sets the smoothing mode.
getAntiAliasing()Gets or sets a value indicating whether [anti aliasing].
setAntiAliasing(boolean value)Gets or sets a value indicating whether [anti aliasing].

EmfPlusSetAntiAliasMode(EmfPlusRecord source)

public EmfPlusSetAntiAliasMode(EmfPlusRecord source)

Initializes a new instance of the EmfPlusSetAntiAliasMode class.

Parameters:

ParameterTypeDescription
sourceEmfPlusRecordThe source.

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.

Returns: byte

setSmoothingMode(byte value)

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.

Parameters:

ParameterTypeDescription
valuebyte

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.

Returns: boolean

setAntiAliasing(boolean value)

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.

Parameters:

ParameterTypeDescription
valueboolean