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) | |
Returns the bottom margin in unit of Points | ||
method | isAutoMargin() | |
method | setAutoMargin(value) | |
Indicates whether the margin is auto calculated. | ||
method | getLeftMarginPt() | |
method | setLeftMarginPt(value) | |
Returns the left margin in unit of Points | ||
method | getRightMarginPt() | |
method | setRightMarginPt(value) | |
Returns 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 |
boolean getAutoSize() / setAutoSize(value)
boolean isAutoMargin() / setAutoMargin(value)
boolean getRotateTextWithShape() / setRotateTextWithShape(value)
float getLeftMarginPt() / setLeftMarginPt(value)
float getRightMarginPt() / setRightMarginPt(value)
float getTopMarginPt() / setTopMarginPt(value)
float getBottomMarginPt() / setBottomMarginPt(value)