TextAutoFit Enum
Represents an enumeration of available text fitting options.
Fields
None | Text within the TextBox should not be auto-fit to the bounding box. |
ResizeShapeToFitText | ExcelShape should be auto-fit to fully contain the text described within it. |
ShrinkTextOnOverflow | Text within the TextBox should be auto-fit to the bounding box by reducing the font size of each TextRun and line spacing of each TextParagraph in the TextBox. This value is currently partially supported in PDF, XPS, and image formats. |