asposecells.api

Class MsoTextFrame

Represents the text frame in a Shape object.

Property Getters/Setters Summary
methodgetAutoSize()
method
           Indicates if size of shape is adjusted automatically according to its content.
methodgetBottomMarginPt()
method
           Returns the bottom margin in unit of Points
methodisAutoMargin()
method
           Indicates whether the margin is auto calculated.
methodgetLeftMarginPt()
method
           Returns the left margin in unit of Points
methodgetRightMarginPt()
method
           Returns the right margin in unit of Points
methodgetRotateTextWithShape()
method
           Indicates whether rotating text with shape.
methodgetTopMarginPt()
method
           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)
        
        Returns the left margin in unit of Points
      • getRightMarginPt/setRightMarginPt : float 

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