ShapeTextAlignment Class

ShapeTextAlignment class

Represents the setting of shape’s text alignment;


type ShapeTextAlignment struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
IsTextWrappedGets or sets the text wrapped type of the shape which contains text.
SetIsTextWrappedGets or sets the text wrapped type of the shape which contains text.
GetRotateTextWithShapeIndicates whether rotating text with shape.
SetRotateTextWithShapeIndicates whether rotating text with shape.
GetTextVerticalOverflowGets and sets the text vertical overflow type of the text box.
SetTextVerticalOverflowGets and sets the text vertical overflow type of the text box.
GetTextHorizontalOverflowGets and sets the text horizontal overflow type of the text box.
SetTextHorizontalOverflowGets and sets the text horizontal overflow type of the text box.
GetRotationAngleGets and sets the rotation of the shape.
SetRotationAngleGets and sets the rotation of the shape.
GetTextVerticalTypeGets and sets the text direction.
SetTextVerticalTypeGets and sets the text direction.
IsLockedTextIndicates whether the shape is locked when worksheet is protected.
SetIsLockedTextIndicates whether the shape is locked when worksheet is protected.
GetAutoSizeIndicates if size of shape is adjusted automatically according to its content.
SetAutoSizeIndicates if size of shape is adjusted automatically according to its content.
GetTextShapeTypeGets and set the transform type of text.
SetTextShapeTypeGets and set the transform type of text.
GetTopMarginPtReturns the top margin in unit of Points
SetTopMarginPtReturns the top margin in unit of Points
GetBottomMarginPtReturns the bottom margin in unit of Points
SetBottomMarginPtReturns the bottom margin in unit of Points
GetLeftMarginPtReturns the left margin in unit of Points
SetLeftMarginPtReturns the left margin in unit of Points
GetRightMarginPtReturns the right margin in unit of Points
SetRightMarginPtReturns the right margin in unit of Points
IsAutoMarginIndicates whether the margin of the text frame is automatic.
SetIsAutoMarginIndicates whether the margin of the text frame is automatic.
GetNumberOfColumnsGets and sets the number of columns of text in the bounding rectangle.
SetNumberOfColumnsGets and sets the number of columns of text in the bounding rectangle.
EqualsDetermines whether this instance has the same value as another specified object.
GetHashCode