public static final class EmfSetLayout.LayoutModeEnum
extends com.aspose.ms.System.Enum
A 32-bit unsigned integer that specifies the layout mode
Modifier and Type | Field and Description |
---|---|
static 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.
|
static int |
LAYOUT_LTR
Sets the default horizontal layout to be left-to-right.
|
static int |
LAYOUT_RTL
Sets the default horizontal layout to be right-to-left.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
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.
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.
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.