EmfSetLayout
Contents
[
Hide
]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
Constructor | Description |
---|---|
EmfSetLayout(EmfRecord source) | Initializes a new instance of the EmfSetLayout class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The 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:
Parameter | Type | Description |
---|---|---|
value | int |