TextAutofitType

TextAutofitType enumeration

Represents text autofit mode.

public enum TextAutofitType : sbyte

Values

NameValueDescription
NotDefined-1Not defined.
None0No autofit.
Normal1Normal autofit. Font size and line spacing will be reduced to fit the shape.
Shape2Shape autofit. Shape size will be changed to fit the text.

See Also