MsoTextFrame Class
Contents
[
Hide
]MsoTextFrame class
Represents the text frame in a Shape object.
type MsoTextFrame struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetAutoSize | Indicates if size of shape is adjusted automatically according to its content. |
| SetAutoSize | Indicates if size of shape is adjusted automatically according to its content. |
| IsAutoMargin | Indicates whether the margin is auto calculated. |
| SetIsAutoMargin | Indicates whether the margin is auto calculated. |
| GetRotateTextWithShape | Indicates whether rotating text with shape. |
| SetRotateTextWithShape | Indicates whether rotating text with shape. |
| GetLeftMarginPt | Returns the left margin in unit of Points |
| SetLeftMarginPt | Returns the left margin in unit of Points |
| GetRightMarginPt | Returns the right margin in unit of Points |
| SetRightMarginPt | Returns the right margin in unit of Points |
| GetTopMarginPt | Returns the top margin in unit of Points |
| SetTopMarginPt | Returns the top margin in unit of Points |
| GetBottomMarginPt | Returns the bottom margin in unit of Points |
| SetBottomMarginPt | Returns the bottom margin in unit of Points |