TextAutofitType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class TextAutofitType extends System.Enum

Represents text autofit mode.

Fields

FieldDescription
NotDefinedNot defined.
NoneNo autofit.
NormalNormal autofit.
ShapeShape autofit.

NotDefined

public static final byte NotDefined

Not defined.

None

public static final byte None

No autofit.

Normal

public static final byte Normal

Normal autofit. Font size and line spacing will be reduced to fit the shape.

Shape

public static final byte Shape

Shape autofit. Shape size will be changed to fit the text.