ShapeTextAlignment Class
Contents
[
Hide
]ShapeTextAlignment class
Represents the setting of shape’s text alignment;
type ShapeTextAlignment struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
IsTextWrapped | Gets or sets the text wrapped type of the shape which contains text. |
SetIsTextWrapped | Gets or sets the text wrapped type of the shape which contains text. |
GetRotateTextWithShape | Indicates whether rotating text with shape. |
SetRotateTextWithShape | Indicates whether rotating text with shape. |
GetTextVerticalOverflow | Gets and sets the text vertical overflow type of the text box. |
SetTextVerticalOverflow | Gets and sets the text vertical overflow type of the text box. |
GetTextHorizontalOverflow | Gets and sets the text horizontal overflow type of the text box. |
SetTextHorizontalOverflow | Gets and sets the text horizontal overflow type of the text box. |
GetRotationAngle | Gets and sets the rotation of the shape. |
SetRotationAngle | Gets and sets the rotation of the shape. |
GetTextVerticalType | Gets and sets the text direction. |
SetTextVerticalType | Gets and sets the text direction. |
IsLockedText | Indicates whether the shape is locked when worksheet is protected. |
SetIsLockedText | Indicates whether the shape is locked when worksheet is protected. |
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. |
GetTextShapeType | Gets and set the transform type of text. |
SetTextShapeType | Gets and set the transform type of text. |
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 |
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 |
IsAutoMargin | Indicates whether the margin of the text frame is automatic. |
SetIsAutoMargin | Indicates whether the margin of the text frame is automatic. |
GetNumberOfColumns | Gets and sets the number of columns of text in the bounding rectangle. |
SetNumberOfColumns | Gets and sets the number of columns of text in the bounding rectangle. |
Equals | Determines whether this instance has the same value as another specified |
GetHashCode |