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