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

FieldDescription
LAYOUT_LTRSets the default horizontal layout to be left-to-right.
LAYOUT_RTLSets the default horizontal layout to be right-to-left.
LAYOUT_BITMAPORIENTATIONPRESERVEDDisables 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.