[]
Represents the format of a text frame.
public class TextFrameFormat : FormattingBag
| Name | Description |
|---|---|
| FitShapeToText | Gets or sets a value indicating that a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. |
| FlatText | Gets or sets a value indicating whether to keep text out of 3D scene. The default value is false. If the value is true, the following properties will be ignored: |
| Margin | Gets the insets of the bounding rectangle. Insets are used just as internal margins for text frame within shapes. |
| NoTextRotation | Gets or sets whether text should remain upright, regardless of the transform applied to it and the accompanying shape transform. |
| Orientation | Gets or sets how the text within the given text body should be displayed. |
| ThreeDFormat | Gets the 3D format effect. |
| ThreeDScene | Gets the 3D scene effect. |
| VerticalAnchor | Gets or sets the vertical anchoring position of the text frame within the shape. |
| WordWrap | Gets or sets whether to wrap words within the bounding rectangle. |
| WrapFormat | Gets or sets how text frame transform a text. |