com.aspose.cells

Class MsoTextFrame

  • java.lang.Object
    • com.aspose.cells.MsoTextFrame
public class MsoTextFrame 
extends java.lang.Object

Represents the text frame in a Shape object.

Property Getters/Setters Summary
booleangetAutoSize()
void
setAutoSize(booleanvalue)
           Indicates if size of shape is adjusted automatically according to its content.
doublegetBottomMarginPt()
void
setBottomMarginPt(doublevalue)
           Returnt the bottom margin in unit of Points
booleanisAutoMargin()
void
setAutoMargin(booleanvalue)
           Indicates whether the margin is auto calculated.
doublegetLeftMarginPt()
void
setLeftMarginPt(doublevalue)
           Returnt the left margin in unit of Points
doublegetRightMarginPt()
void
setRightMarginPt(doublevalue)
           Returnt the right margin in unit of Points
booleangetRotateTextWithShape()
void
           Indicates whether rotating text with shape.
doublegetTopMarginPt()
void
setTopMarginPt(doublevalue)
           Returns the top margin in unit of Points
 

    • Property Getters/Setters Detail

      • getAutoSize/setAutoSize

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

        public boolean isAutoMargin() / public void setAutoMargin(boolean value)
        
        Indicates whether the margin is auto calculated.
      • getRotateTextWithShape/setRotateTextWithShape

        public boolean getRotateTextWithShape() / public void setRotateTextWithShape(boolean value)
        
        Indicates whether rotating text with shape.
      • getLeftMarginPt/setLeftMarginPt

        public double getLeftMarginPt() / public void setLeftMarginPt(double value)
        
        Returnt the left margin in unit of Points
      • getRightMarginPt/setRightMarginPt

        public double getRightMarginPt() / public void setRightMarginPt(double value)
        
        Returnt the right margin in unit of Points
      • getTopMarginPt/setTopMarginPt

        public double getTopMarginPt() / public void setTopMarginPt(double value)
        
        Returns the top margin in unit of Points
      • getBottomMarginPt/setBottomMarginPt

        public double getBottomMarginPt() / public void setBottomMarginPt(double value)
        
        Returnt the bottom margin in unit of Points

    setAutoSize

    public voidsetAutoSize(booleanvalue)
    
    Indicates if size of shape is adjusted automatically according to its content.

    setAutoMargin

    public voidsetAutoMargin(booleanvalue)
    
    Indicates whether the margin is auto calculated.

    setRotateTextWithShape

    public voidsetRotateTextWithShape(booleanvalue)
    
    Indicates whether rotating text with shape.

    setLeftMarginPt

    public voidsetLeftMarginPt(doublevalue)
    
    Returnt the left margin in unit of Points

    setRightMarginPt

    public voidsetRightMarginPt(doublevalue)
    
    Returnt the right margin in unit of Points

    setTopMarginPt

    public voidsetTopMarginPt(doublevalue)
    
    Returns the top margin in unit of Points

    setBottomMarginPt

    public voidsetBottomMarginPt(doublevalue)
    
    Returnt the bottom margin in unit of Points