asposecells.api

Class TextBoxOptions

Property Getters/Setters Summary
methodgetAllowTextToOverflow()
method
          
methodgetBottomMarginPt()
method
          
methodgetLeftMarginPt()
method
          
methodgetResizeToFitText()
method
          
methodgetRightMarginPt()
method
          
methodgetShapeTextDirection()
method
          The value of the property is TextVerticalType integer constant.
methodgetShapeTextVerticalAlignment()
method
          The value of the property is ShapeTextVerticalAlignmentType integer constant.
methodgetTopMarginPt()
method
          
methodgetWrapTextInShape()
method
          
 

    • Property Getters/Setters Detail

      • getShapeTextVerticalAlignment/setShapeTextVerticalAlignment : int 

        int getShapeTextVerticalAlignment() / setShapeTextVerticalAlignment(value)
        
        The value of the property is ShapeTextVerticalAlignmentType integer constant.
      • getResizeToFitText/setResizeToFitText : boolean 

        boolean getResizeToFitText() / setResizeToFitText(value)
        
      • getShapeTextDirection/setShapeTextDirection : int 

        int getShapeTextDirection() / setShapeTextDirection(value)
        
        The value of the property is TextVerticalType integer constant.
      • getLeftMarginPt/setLeftMarginPt : float 

        float getLeftMarginPt() / setLeftMarginPt(value)
        
      • getRightMarginPt/setRightMarginPt : float 

        float getRightMarginPt() / setRightMarginPt(value)
        
      • getTopMarginPt/setTopMarginPt : float 

        float getTopMarginPt() / setTopMarginPt(value)
        
      • getBottomMarginPt/setBottomMarginPt : float 

        float getBottomMarginPt() / setBottomMarginPt(value)
        
      • getAllowTextToOverflow/setAllowTextToOverflow : boolean 

        boolean getAllowTextToOverflow() / setAllowTextToOverflow(value)
        
      • getWrapTextInShape/setWrapTextInShape : boolean 

        boolean getWrapTextInShape() / setWrapTextInShape(value)