Aspose::Cells::Drawing::IMsoTextFrame Class Referenceabstract

Represents the text frame in a Shape object. More...

Inherits Object.

Public Member Functions

virtual bool GetAutoSize ()=0
 Indicates if size of shape is adjusted automatically according to its content. More...
 
virtual void SetAutoSize (bool value)=0
 Indicates if size of shape is adjusted automatically according to its content. More...
 
virtual bool IsAutoMargin ()=0
 Indicates whether the margin is auto calculated. More...
 
virtual void SetAutoMargin (bool value)=0
 Indicates whether the margin is auto calculated. More...
 
virtual bool GetRotateTextWithShape ()=0
 Indicates whether rotating text with shape. More...
 
virtual void SetRotateTextWithShape (bool value)=0
 Indicates whether rotating text with shape. More...
 
virtual Aspose::Cells::Systems::Double GetLeftMarginPt ()=0
 Returns the left margin in unit of Points More...
 
virtual void SetLeftMarginPt (Aspose::Cells::Systems::Double value)=0
 Returns the left margin in unit of Points More...
 
virtual Aspose::Cells::Systems::Double GetRightMarginPt ()=0
 Returns the right margin in unit of Points More...
 
virtual void SetRightMarginPt (Aspose::Cells::Systems::Double value)=0
 Returns the right margin in unit of Points More...
 
virtual Aspose::Cells::Systems::Double GetTopMarginPt ()=0
 Returns the top margin in unit of Points More...
 
virtual void SetTopMarginPt (Aspose::Cells::Systems::Double value)=0
 Returns the top margin in unit of Points More...
 
virtual Aspose::Cells::Systems::Double GetBottomMarginPt ()=0
 Returns the bottom margin in unit of Points More...
 
virtual void SetBottomMarginPt (Aspose::Cells::Systems::Double value)=0
 Returns the bottom margin in unit of Points More...
 

Detailed Description

Represents the text frame in a Shape object.

Member Function Documentation

◆ GetAutoSize()

virtual bool Aspose::Cells::Drawing::IMsoTextFrame::GetAutoSize ( )
pure virtual

Indicates if size of shape is adjusted automatically according to its content.

◆ GetBottomMarginPt()

virtual Aspose::Cells::Systems::Double Aspose::Cells::Drawing::IMsoTextFrame::GetBottomMarginPt ( )
pure virtual

Returns the bottom margin in unit of Points

◆ GetLeftMarginPt()

virtual Aspose::Cells::Systems::Double Aspose::Cells::Drawing::IMsoTextFrame::GetLeftMarginPt ( )
pure virtual

Returns the left margin in unit of Points

◆ GetRightMarginPt()

virtual Aspose::Cells::Systems::Double Aspose::Cells::Drawing::IMsoTextFrame::GetRightMarginPt ( )
pure virtual

Returns the right margin in unit of Points

◆ GetRotateTextWithShape()

virtual bool Aspose::Cells::Drawing::IMsoTextFrame::GetRotateTextWithShape ( )
pure virtual

Indicates whether rotating text with shape.

◆ GetTopMarginPt()

virtual Aspose::Cells::Systems::Double Aspose::Cells::Drawing::IMsoTextFrame::GetTopMarginPt ( )
pure virtual

Returns the top margin in unit of Points

◆ IsAutoMargin()

virtual bool Aspose::Cells::Drawing::IMsoTextFrame::IsAutoMargin ( )
pure virtual

Indicates whether the margin is auto calculated.

◆ SetAutoMargin()

virtual void Aspose::Cells::Drawing::IMsoTextFrame::SetAutoMargin ( bool  value)
pure virtual

Indicates whether the margin is auto calculated.

◆ SetAutoSize()

virtual void Aspose::Cells::Drawing::IMsoTextFrame::SetAutoSize ( bool  value)
pure virtual

Indicates if size of shape is adjusted automatically according to its content.

◆ SetBottomMarginPt()

virtual void Aspose::Cells::Drawing::IMsoTextFrame::SetBottomMarginPt ( Aspose::Cells::Systems::Double  value)
pure virtual

Returns the bottom margin in unit of Points

◆ SetLeftMarginPt()

virtual void Aspose::Cells::Drawing::IMsoTextFrame::SetLeftMarginPt ( Aspose::Cells::Systems::Double  value)
pure virtual

Returns the left margin in unit of Points

◆ SetRightMarginPt()

virtual void Aspose::Cells::Drawing::IMsoTextFrame::SetRightMarginPt ( Aspose::Cells::Systems::Double  value)
pure virtual

Returns the right margin in unit of Points

◆ SetRotateTextWithShape()

virtual void Aspose::Cells::Drawing::IMsoTextFrame::SetRotateTextWithShape ( bool  value)
pure virtual

Indicates whether rotating text with shape.

◆ SetTopMarginPt()

virtual void Aspose::Cells::Drawing::IMsoTextFrame::SetTopMarginPt ( Aspose::Cells::Systems::Double  value)
pure virtual

Returns the top margin in unit of Points