TextAutofitType Enumeration
|
Represents text autofit mode.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum TextAutofitType
Public Enumeration TextAutofitType
public enum class TextAutofitType
Members
|
|
Member name
|
Value
|
Description
|
|
|
UnDefined
|
-1
|
Not defined.
|
|
|
None
|
0
|
No autofit.
|
|
|
Normal
|
1
|
Normal autofit.
|
|
|
Shape
|
2
|
Shape autofit
|
See Also