public class MsoTextFrame
Property Getters/Setters Summary | ||
---|---|---|
boolean | getAutoSize() | |
void | setAutoSize(booleanvalue) | |
Indicates if size of shape is adjusted automatically according to its content. | ||
double | getBottomMarginPt() | |
void | setBottomMarginPt(doublevalue) | |
Returnt the bottom margin in unit of Points | ||
boolean | isAutoMargin() | |
void | setAutoMargin(booleanvalue) | |
Indicates whether the margin is auto calculated. | ||
double | getLeftMarginPt() | |
void | setLeftMarginPt(doublevalue) | |
Returnt the left margin in unit of Points | ||
double | getRightMarginPt() | |
void | setRightMarginPt(doublevalue) | |
Returnt the right margin in unit of Points | ||
boolean | getRotateTextWithShape() | |
void | setRotateTextWithShape(booleanvalue) | |
Indicates whether rotating text with shape. | ||
double | getTopMarginPt() | |
void | setTopMarginPt(doublevalue) | |
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)