public class MsoTextFrame
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutoSize()
Indicates if size of shape is adjusted automatically according to its content.
|
double |
getBottomMarginPt()
Returns the bottom margin in unit of Points
|
double |
getLeftMarginPt()
Returns the left margin in unit of Points
|
double |
getRightMarginPt()
Returns the right margin in unit of Points
|
boolean |
getRotateTextWithShape()
Indicates whether rotating text with shape.
|
double |
getTopMarginPt()
Returns the top margin in unit of Points
|
boolean |
isAutoMargin()
Indicates whether the margin is auto calculated.
|
void |
setAutoMargin(boolean value)
Indicates whether the margin is auto calculated.
|
void |
setAutoSize(boolean value)
Indicates if size of shape is adjusted automatically according to its content.
|
void |
setBottomMarginPt(double value)
Returns the bottom margin in unit of Points
|
void |
setLeftMarginPt(double value)
Returns the left margin in unit of Points
|
void |
setRightMarginPt(double value)
Returns the right margin in unit of Points
|
void |
setRotateTextWithShape(boolean value)
Indicates whether rotating text with shape.
|
void |
setTopMarginPt(double value)
Returns the top margin in unit of Points
|
public boolean getAutoSize()
public void setAutoSize(boolean value)
public boolean isAutoMargin()
public void setAutoMargin(boolean value)
public boolean getRotateTextWithShape()
public void setRotateTextWithShape(boolean value)
public double getLeftMarginPt()
public void setLeftMarginPt(double value)
public double getRightMarginPt()
public void setRightMarginPt(double value)
public double getTopMarginPt()
public void setTopMarginPt(double value)
public double getBottomMarginPt()
public void setBottomMarginPt(double value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.