java.lang.Objectcom.aspose.cells.MsoTextFrame
public class MsoTextFrame
Property Getters/Setters Summary | ||
---|---|---|
boolean | getAutoSize() | |
void | setAutoSize(boolean value) | |
Indicates if size of shape is adjusted automatically according to its content. | ||
double | getBottomMarginPt() | |
void | setBottomMarginPt(double value) | |
Returnt the bottom margin in unit of Points | ||
boolean | isAutoMargin() | |
void | setAutoMargin(boolean value) | |
Indicates whether the margin is auto calculated. | ||
double | getLeftMarginPt() | |
void | setLeftMarginPt(double value) | |
Returnt the left margin in unit of Points | ||
double | getRightMarginPt() | |
void | setRightMarginPt(double value) | |
Returnt the right margin in unit of Points | ||
double | getTopMarginPt() | |
void | setTopMarginPt(double value) | |
Returnt the top margin in unit of Points |
Property Getters/Setters Detail |
---|
getAutoSize/setAutoSize | |
public boolean getAutoSize() / public void setAutoSize(boolean value) |
isAutoMargin/setAutoMargin | |
public boolean isAutoMargin() / public void setAutoMargin(boolean value) |
getLeftMarginPt/setLeftMarginPt | |
public double getLeftMarginPt() / public void setLeftMarginPt(double value) |
getRightMarginPt/setRightMarginPt | |
public double getRightMarginPt() / public void setRightMarginPt(double value) |
getTopMarginPt/setTopMarginPt | |
public double getTopMarginPt() / public void setTopMarginPt(double value) |
getBottomMarginPt/setBottomMarginPt | |
public double getBottomMarginPt() / public void setBottomMarginPt(double value) |