Aspose::Cells::Drawing::MsoTextFrame class

MsoTextFrame class

Represents the text frame in a Shape object.

class MsoTextFrame

Methods

MethodDescription
GetAutoSize()Indicates if size of shape is adjusted automatically according to its content.
GetBottomMarginPt()Returns the bottom margin in unit of Points.
GetLeftMarginPt()Returns the left margin in unit of Points.
GetRightMarginPt()Returns the right margin in unit of Points.
GetRotateTextWithShape()Indicates whether rotating text with shape.
GetTopMarginPt()Returns the top margin in unit of Points.
IsAutoMargin()Indicates whether the margin is auto calculated.
IsNull() constChecks whether the implementation object is nullptr.
MsoTextFrame(MsoTextFrame_Impl* impl)Constructs from an implementation object.
MsoTextFrame(const MsoTextFrame& src)Copy constructor.
explicit operator bool() constoperator bool()
operator=(const MsoTextFrame& src)operator=
SetAutoSize(bool value)Indicates if size of shape is adjusted automatically according to its content.
SetBottomMarginPt(double value)Returns the bottom margin in unit of Points.
SetIsAutoMargin(bool value)Indicates whether the margin is auto calculated.
SetLeftMarginPt(double value)Returns the left margin in unit of Points.
SetRightMarginPt(double value)Returns the right margin in unit of Points.
SetRotateTextWithShape(bool value)Indicates whether rotating text with shape.
SetTopMarginPt(double value)Returns the top margin in unit of Points.
~MsoTextFrame()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also