aspose.cells
Class MsoTextFrame

Represents the text frame in a Shape object.

Property Getters/Setters Summary
functiongetAutoSize()
functionsetAutoSize(value)
           Indicates if size of shape is adjusted automatically according to its content.
functiongetBottomMarginPt()
functionsetBottomMarginPt(value)
           Returnt the bottom margin in unit of Points
functionisAutoMargin()
functionsetAutoMargin(value)
           Indicates whether the margin is auto calculated.
functiongetLeftMarginPt()
functionsetLeftMarginPt(value)
           Returnt the left margin in unit of Points
functiongetRightMarginPt()
functionsetRightMarginPt(value)
           Returnt the right margin in unit of Points
functiongetRotateTextWithShape()
functionsetRotateTextWithShape(value)
           Indicates whether rotating text with shape.
functiongetTopMarginPt()
functionsetTopMarginPt(value)
           Returns the top margin in unit of Points
 

Property Getters/Setters Detail

getAutoSize/setAutoSize : boolean 

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

isAutoMargin/setAutoMargin : boolean 

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

getRotateTextWithShape/setRotateTextWithShape : boolean 

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

getLeftMarginPt/setLeftMarginPt : Number 

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

getRightMarginPt/setRightMarginPt : Number 

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

getTopMarginPt/setTopMarginPt : Number 

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

getBottomMarginPt/setBottomMarginPt : Number 

function getBottomMarginPt() / function 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.