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

Field Description
NotDefined Not defined.
None No autofit.
Normal Normal autofit.
Shape Shape 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.