aspose.cells

Class MsoTextFrame

Represents the text frame in a Shape object.

Property Getters/Setters Summary
functiongetAutoSize()
function
           Indicates if size of shape is adjusted automatically according to its content.
functiongetBottomMarginPt()
function
           Returns the bottom margin in unit of Points
functionisAutoMargin()
function
           Indicates whether the margin is auto calculated.
functiongetLeftMarginPt()
function
           Returns the left margin in unit of Points
functiongetRightMarginPt()
function
           Returns the right margin in unit of Points
functiongetRotateTextWithShape()
function
           Indicates whether rotating text with shape.
functiongetTopMarginPt()
function
           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)
        
        Returns the left margin in unit of Points
      • getRightMarginPt/setRightMarginPt : Number 

        function getRightMarginPt() / function setRightMarginPt(value)
        
        Returns 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)
        
        Returns the bottom margin in unit of Points