Property Getters/Setters Summary | ||
---|---|---|
method | getAutoSize() | |
method | setAutoSize(value) | |
Indicates if size of shape is adjusted automatically according to its content. | ||
method | getBottomMarginPt() | |
method | setBottomMarginPt(value) | |
Returnt the bottom margin in unit of Points | ||
method | isAutoMargin() | |
method | setAutoMargin(value) | |
Indicates whether the margin is auto calculated. | ||
method | getLeftMarginPt() | |
method | setLeftMarginPt(value) | |
Returnt the left margin in unit of Points | ||
method | getRightMarginPt() | |
method | setRightMarginPt(value) | |
Returnt the right margin in unit of Points | ||
method | getRotateTextWithShape() | |
method | setRotateTextWithShape(value) | |
Indicates whether rotating text with shape. | ||
method | getTopMarginPt() | |
method | setTopMarginPt(value) | |
Returns the top margin in unit of Points |
Property Getters/Setters Detail |
---|
getAutoSize/setAutoSize : boolean | |
boolean getAutoSize() / setAutoSize(value) |
isAutoMargin/setAutoMargin : boolean | |
boolean isAutoMargin() / setAutoMargin(value) |
getRotateTextWithShape/setRotateTextWithShape : boolean | |
boolean getRotateTextWithShape() / setRotateTextWithShape(value) |
getLeftMarginPt/setLeftMarginPt : float | |
float getLeftMarginPt() / setLeftMarginPt(value) |
getRightMarginPt/setRightMarginPt : float | |
float getRightMarginPt() / setRightMarginPt(value) |
getTopMarginPt/setTopMarginPt : float | |
float getTopMarginPt() / setTopMarginPt(value) |
getBottomMarginPt/setBottomMarginPt : float | |
float getBottomMarginPt() / setBottomMarginPt(value) |