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