Aspose::Cells::Drawing::MsoTextFrame class
Contents
[
Hide
]MsoTextFrame class
Represents the text frame in a Shape object.
class MsoTextFrame
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
MsoTextFrame(MsoTextFrame_Impl* impl) | Constructs from an implementation object. |
MsoTextFrame(const MsoTextFrame& src) | Copy constructor. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++