com.aspose.cells
Class MsoTextFrame

java.lang.Object
    extended by com.aspose.cells.MsoTextFrame

public class MsoTextFrame 
extends java.lang.Object

Represents the text frame in a Shape object.

Property Getters/Setters Summary
booleangetAutoSize()
voidsetAutoSize(boolean value)
           Indicates if size of shape is adjusted automatically according to its content.
doublegetBottomMarginPt()
voidsetBottomMarginPt(double value)
           Returnt the bottom margin in unit of Points
booleanisAutoMargin()
voidsetAutoMargin(boolean value)
           Indicates whether the margin is auto calculated.
doublegetLeftMarginPt()
voidsetLeftMarginPt(double value)
           Returnt the left margin in unit of Points
doublegetRightMarginPt()
voidsetRightMarginPt(double value)
           Returnt the right margin in unit of Points
doublegetTopMarginPt()
voidsetTopMarginPt(double value)
           Returnt 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.

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)
Returnt 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

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.