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 of the text frame is automatic. | ||
function | isLockedText() | |
function | setLockedText(value) | |
Indicates whether the shape is locked when worksheet is protected. | ||
function | isTextWrapped() | |
function | setTextWrapped(value) | |
Gets and sets the text wrapped type of the shape which contains text. | ||
function | getLeftMarginPt() | |
function | setLeftMarginPt(value) | |
Returns the left margin in unit of Points | ||
function | getNumberOfColumns() | |
function | setNumberOfColumns(value) | |
Gets and sets the number of columns of text in the bounding rectangle. | ||
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 | getRotationAngle() | |
function | setRotationAngle(value) | |
Gets and sets the rotation of the shape. | ||
function | getTextHorizontalOverflow() | |
function | setTextHorizontalOverflow(value) | |
Gets and sets the text horizontal overflow type of the text box. The value of the property is TextOverflowType integer constant. | ||
function | getTextShapeType() | |
function | setTextShapeType(value) | |
Gets and set the transform type of text. The value of the property is AutoShapeType integer constant. | ||
function | getTextVerticalOverflow() | |
function | setTextVerticalOverflow(value) | |
Gets and sets the text vertical overflow type of the text box. The value of the property is TextOverflowType integer constant. | ||
function | getTextVerticalType() | |
function | setTextVerticalType(value) | |
Gets and sets the text direction. The value of the property is TextVerticalType integer constant. | ||
function | getTopMarginPt() | |
function | setTopMarginPt(value) | |
Returns the top margin in unit of Points |
Method Summary | ||
---|---|---|
function | equals(obj) | |
Determines whether this instance has the same value as another specified |
||
function | hashCode() | |
function isTextWrapped() / function setTextWrapped(value)
function getRotateTextWithShape() / function setRotateTextWithShape(value)
function getTextVerticalOverflow() / function setTextVerticalOverflow(value)
function getTextHorizontalOverflow() / function setTextHorizontalOverflow(value)
function getRotationAngle() / function setRotationAngle(value)
function getTextVerticalType() / function setTextVerticalType(value)
function isLockedText() / function setLockedText(value)
function getAutoSize() / function setAutoSize(value)
function getTextShapeType() / function setTextShapeType(value)
function getTopMarginPt() / function setTopMarginPt(value)
function getBottomMarginPt() / function setBottomMarginPt(value)
function getLeftMarginPt() / function setLeftMarginPt(value)
function getRightMarginPt() / function setRightMarginPt(value)
function isAutoMargin() / function setAutoMargin(value)
function getNumberOfColumns() / function setNumberOfColumns(value)
function equals(obj)
obj: Object
- The function hashCode()