MsoTextFrame
Contents
[
Hide
]MsoTextFrame class
Represents the text frame in a Shape object.
class MsoTextFrame;
Properties
Property | 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 | number | Returns the left margin in unit of Points |
rightMarginPt | number | Returns the right margin in unit of Points |
topMarginPt | number | Returns the top margin in unit of Points |
bottomMarginPt | number | Returns the bottom margin in unit of Points |
autoSize
Indicates if size of shape is adjusted automatically according to its content.
autoSize : boolean;
isAutoMargin
Indicates whether the margin is auto calculated.
isAutoMargin : boolean;
rotateTextWithShape
Indicates whether rotating text with shape.
rotateTextWithShape : boolean;
leftMarginPt
Returns the left margin in unit of Points
leftMarginPt : number;
rightMarginPt
Returns the right margin in unit of Points
rightMarginPt : number;
topMarginPt
Returns the top margin in unit of Points
topMarginPt : number;
bottomMarginPt
Returns the bottom margin in unit of Points
bottomMarginPt : number;