asposecells.api
Class MsoTextFrame

Represents the text frame in a Shape object.

Property Getters/Setters Summary
methodgetAutoSize()
methodsetAutoSize(value)
           Indicates if size of shape is adjusted automatically according to its content.
methodgetBottomMarginPt()
methodsetBottomMarginPt(value)
           Returnt the bottom margin in unit of Points
methodisAutoMargin()
methodsetAutoMargin(value)
           Indicates whether the margin is auto calculated.
methodgetLeftMarginPt()
methodsetLeftMarginPt(value)
           Returnt the left margin in unit of Points
methodgetRightMarginPt()
methodsetRightMarginPt(value)
           Returnt the right margin in unit of Points
methodgetRotateTextWithShape()
methodsetRotateTextWithShape(value)
           Indicates whether rotating text with shape.
methodgetTopMarginPt()
methodsetTopMarginPt(value)
           Returns the top margin in unit of Points
 

Property Getters/Setters Detail

getAutoSize/setAutoSize : boolean 

boolean getAutoSize() / setAutoSize(value)
Indicates if size of shape is adjusted automatically according to its content.

isAutoMargin/setAutoMargin : boolean 

boolean isAutoMargin() / setAutoMargin(value)
Indicates whether the margin is auto calculated.

getRotateTextWithShape/setRotateTextWithShape : boolean 

boolean getRotateTextWithShape() / setRotateTextWithShape(value)
Indicates whether rotating text with shape.

getLeftMarginPt/setLeftMarginPt : float 

float getLeftMarginPt() / setLeftMarginPt(value)
Returnt the left margin in unit of Points

getRightMarginPt/setRightMarginPt : float 

float getRightMarginPt() / setRightMarginPt(value)
Returnt the right margin in unit of Points

getTopMarginPt/setTopMarginPt : float 

float getTopMarginPt() / setTopMarginPt(value)
Returns the top margin in unit of Points

getBottomMarginPt/setBottomMarginPt : float 

float getBottomMarginPt() / setBottomMarginPt(value)
Returnt the bottom margin in unit of Points

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.