public final class TextAutofitType
extends com.aspose.ms.System.Enum
Represents text autofit mode.
Modifier and Type | Field and Description |
---|---|
static byte |
None
No autofit.
|
static byte |
Normal
Normal autofit.
|
static byte |
NotDefined
Not defined.
|
static byte |
Shape
Shape autofit.
|
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 byte NotDefined
Not defined.
public static final byte None
No autofit.
public static final byte Normal
Normal autofit. Font size and line spacing will be reduced to fit the shape.
public static final byte Shape
Shape autofit. Shape size will be changed to fit the text.