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)
           Returns the bottom margin in unit of Points
booleanisAutoMargin()
voidsetAutoMargin(boolean value)
           Indicates whether the margin is auto calculated.
doublegetLeftMarginPt()
voidsetLeftMarginPt(double value)
           Returns the left margin in unit of Points
doublegetRightMarginPt()
voidsetRightMarginPt(double value)
           Returns the right margin in unit of Points
booleangetRotateTextWithShape()
voidsetRotateTextWithShape(boolean value)
           Indicates whether rotating text with shape.
doublegetTopMarginPt()
voidsetTopMarginPt(double value)
           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.

setAutoSize

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.

setAutoMargin

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.

setRotateTextWithShape

public void setRotateTextWithShape(boolean value)
Indicates whether rotating text with shape.

getLeftMarginPt/setLeftMarginPt

public double getLeftMarginPt() / public void setLeftMarginPt(double value)
Returns the left margin in unit of Points

setLeftMarginPt

public void setLeftMarginPt(double value)
Returns the left margin in unit of Points

getRightMarginPt/setRightMarginPt

public double getRightMarginPt() / public void setRightMarginPt(double value)
Returns the right margin in unit of Points

setRightMarginPt

public void setRightMarginPt(double value)
Returns 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

setTopMarginPt

public void setTopMarginPt(double value)
Returns the top margin in unit of Points

getBottomMarginPt/setBottomMarginPt

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

setBottomMarginPt

public void setBottomMarginPt(double value)
Returns the bottom margin in unit of Points

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