MsoTextFrame Class

MsoTextFrame class

Represents the text frame in a Shape object.


type MsoTextFrame struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetAutoSizeIndicates if size of shape is adjusted automatically according to its content.
SetAutoSizeIndicates if size of shape is adjusted automatically according to its content.
IsAutoMarginIndicates whether the margin is auto calculated.
SetIsAutoMarginIndicates whether the margin is auto calculated.
GetRotateTextWithShapeIndicates whether rotating text with shape.
SetRotateTextWithShapeIndicates whether rotating text with shape.
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
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