@Deprecated public final class MarginType extends com.aspose.ms.System.Enum
Specifies how margin values should be interpreted.
Modifier and Type | Field and Description |
---|---|
static int |
Absolute
Deprecated.
Margin value measured in document units.
|
static int |
RelativeToParentDimensions
Deprecated.
Margin value should be interpreted as a portion of appropriate parent dimension.
|
static int |
RelativeToParentMinDimension
Deprecated.
Margin value should be interpreted as a portion of parent minimum dimension.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Absolute
Margin value measured in document units.
public static final int RelativeToParentDimensions
Margin value should be interpreted as a portion of appropriate parent dimension. Left and right margins are relative to parent width, top and bottom margins are relative to parent height. If this type is chosen, margin value must be between 0.0 and 1.0.
public static final int RelativeToParentMinDimension
Margin value should be interpreted as a portion of parent minimum dimension. If this type is chosen, margin value must be between 0.0 and 1.0.