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