TextAutofitType
TextAutofitType enum
Represents text autofit mode.
enum class TextAutofitType : int8_t
Values
| Name | Value | Description |
|---|---|---|
| NotDefined | -1 | Not defined. |
| None | 0 | No autofit. |
| Normal | 1 | Normal autofit. Font size and line spacing will be reduced to fit the shape. |
| Shape | 2 | Shape autofit. Shape size will be changed to fit the text. |
See Also
- Namespace Aspose::Slides
- Library Aspose.Slides