EmfSetLayout

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfStateRecordType

public final class EmfSetLayout extends EmfStateRecordType

The EMR_SETLAYOUT record specifies the order in which text and graphics are drawn.

Constructors

ConstructorDescription
EmfSetLayout(EmfRecord source)Initializes a new instance of the EmfSetLayout class.

Methods

MethodDescription
getLayoutMode()Gets or sets a 32-bit unsigned integer that specifies the layout mode
setLayoutMode(int value)Gets or sets a 32-bit unsigned integer that specifies the layout mode

EmfSetLayout(EmfRecord source)

public EmfSetLayout(EmfRecord source)

Initializes a new instance of the EmfSetLayout class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

getLayoutMode()

public int getLayoutMode()

Gets or sets a 32-bit unsigned integer that specifies the layout mode

Returns: int

setLayoutMode(int value)

public void setLayoutMode(int value)

Gets or sets a 32-bit unsigned integer that specifies the layout mode

Parameters:

ParameterTypeDescription
valueint