WmfSetLayout
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject
public class WmfSetLayout extends WmfObject
The META_SETLAYOUT record defines the layout orientation in the playback device context. The layout orientation determines the direction in which text and graphics are drawn
Constructors
Constructor | Description |
---|---|
WmfSetLayout() |
Methods
Method | Description |
---|---|
getLayoutMode() | Gets or sets the LayoutMode. |
setLayoutMode(int value) | Gets or sets the LayoutMode. |
WmfSetLayout()
public WmfSetLayout()
getLayoutMode()
public int getLayoutMode()
Gets or sets the LayoutMode.
Value: The layout of text and graphics. This MUST be one of the values in the Layout Enumeration (section 2.1.1.13).
Returns: int
setLayoutMode(int value)
public void setLayoutMode(int value)
Gets or sets the LayoutMode.
Value: The layout of text and graphics. This MUST be one of the values in the Layout Enumeration (section 2.1.1.13).
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |