MsoTextFrame
Contents
[
Hide
]MsoTextFrame class
Represents the text frame in a Shape object.
Properties
| Name | Type | Description |
|---|---|---|
| AutoSize | boolean | Indicates if size of shape is adjusted automatically according to its content. |
| IsAutoMargin | boolean | Indicates whether the margin is auto calculated. |
| RotateTextWithShape | boolean | Indicates whether rotating text with shape. |
| LeftMarginPt | float | Returns the left margin in unit of Points |
| RightMarginPt | float | Returns the right margin in unit of Points |
| TopMarginPt | float | Returns the top margin in unit of Points |
| BottomMarginPt | float | Returns the bottom margin in unit of Points |
MsoTextFrame.AutoSize property
Indicates if size of shape is adjusted automatically according to its content.
Type: boolean
MsoTextFrame.IsAutoMargin property
Indicates whether the margin is auto calculated.
Type: boolean
MsoTextFrame.RotateTextWithShape property
Indicates whether rotating text with shape.
Type: boolean
MsoTextFrame.LeftMarginPt property
Returns the left margin in unit of Points
Type: float
MsoTextFrame.RightMarginPt property
Returns the right margin in unit of Points
Type: float
MsoTextFrame.TopMarginPt property
Returns the top margin in unit of Points
Type: float
MsoTextFrame.BottomMarginPt property
Returns the bottom margin in unit of Points
Type: float