EmfSetLayout.LayoutModeEnum
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public static final class EmfSetLayout.LayoutModeEnum extends System.Enum
A 32-bit unsigned integer that specifies the layout mode
Fields
Field | Description |
---|---|
LAYOUT_LTR | Sets the default horizontal layout to be left-to-right. |
LAYOUT_RTL | Sets the default horizontal layout to be right-to-left. |
LAYOUT_BITMAPORIENTATIONPRESERVED | Disables mirroring of bitmaps that are drawn by Bitmap Record Types (section 2.3.1), when the layout mode is right-to-left. |
LAYOUT_LTR
public static final int LAYOUT_LTR
Sets the default horizontal layout to be left-to-right. This is the default mode for English and European locales.
LAYOUT_RTL
public static final int LAYOUT_RTL
Sets the default horizontal layout to be right-to-left. This mode is required for some languages, including Arabic and Hebrew.
LAYOUT_BITMAPORIENTATIONPRESERVED
public static final int LAYOUT_BITMAPORIENTATIONPRESERVED
Disables mirroring of bitmaps that are drawn by Bitmap Record Types (section 2.3.1), when the layout mode is right-to-left.