java.lang.Object
com.aspose.cells.ShapeTextAlignment
public class ShapeTextAlignment
| Property Getters/Setters Summary | ||
|---|---|---|
boolean | getAutoSize() | |
void | setAutoSize(boolean) | |
| Indicates if size of shape is adjusted automatically according to its content. | ||
double | getBottomMarginPt() | |
void | setBottomMarginPt(double) | |
| Returns the bottom margin in unit of Points | ||
boolean | isAutoMargin() | |
void | setAutoMargin(boolean) | |
| Indicates whether the margin of the text frame is automatic. | ||
boolean | isTextWrapped() | |
void | setTextWrapped(boolean) | |
| Gets and sets the text wrapped type of the shape which contains text. | ||
double | getLeftMarginPt() | |
void | setLeftMarginPt(double) | |
| Returns the left margin in unit of Points | ||
double | getRightMarginPt() | |
void | setRightMarginPt(double) | |
| Returns the right margin in unit of Points | ||
boolean | getRotateTextWithShape() | |
void | setRotateTextWithShape(boolean) | |
| Indicates whether rotating text with shape. | ||
double | getRotationAngle() | |
void | setRotationAngle(double) | |
| Gets and sets the rotation of the shape. | ||
int | getTextHorizontalOverflow() | |
void | setTextHorizontalOverflow(int) | |
| Gets and sets the text horizontal overflow type of the text box. The value of the property is TextOverflowType integer constant. | ||
int | getTextShapeType() | |
void | setTextShapeType(int) | |
| Gets and set the transform type of text. The value of the property is AutoShapeType integer constant. | ||
int | getTextVerticalOverflow() | |
void | setTextVerticalOverflow(int) | |
| Gets and sets the text vertical overflow type of the text box. The value of the property is TextOverflowType integer constant. | ||
int | getTextVerticalType() | |
void | setTextVerticalType(int) | |
| Gets and sets the text direction. The value of the property is TextVerticalType integer constant. | ||
double | getTopMarginPt() | |
void | setTopMarginPt(double) | |
| Returns the top margin in unit of Points | ||
| Method Summary | ||
|---|---|---|
boolean | equals(java.lang.Object obj) | |
int | hashCode() | |
| Property Getters/Setters Detail |
|---|
isTextWrapped/setTextWrapped | |
public boolean isTextWrapped() / public void setTextWrapped(boolean value) | |
getRotateTextWithShape/setRotateTextWithShape | |
public boolean getRotateTextWithShape() / public void setRotateTextWithShape(boolean value) | |
getTextVerticalOverflow/setTextVerticalOverflow | |
public int getTextVerticalOverflow() / public void setTextVerticalOverflow(int value) | |
getTextHorizontalOverflow/setTextHorizontalOverflow | |
public int getTextHorizontalOverflow() / public void setTextHorizontalOverflow(int value) | |
getRotationAngle/setRotationAngle | |
public double getRotationAngle() / public void setRotationAngle(double value) | |
getTextVerticalType/setTextVerticalType | |
public int getTextVerticalType() / public void setTextVerticalType(int value) | |
getAutoSize/setAutoSize | |
public boolean getAutoSize() / public void setAutoSize(boolean value) | |
getTextShapeType/setTextShapeType | |
public int getTextShapeType() / public void setTextShapeType(int value) | |
getTopMarginPt/setTopMarginPt | |
public double getTopMarginPt() / public void setTopMarginPt(double value) | |
getBottomMarginPt/setBottomMarginPt | |
public double getBottomMarginPt() / public void setBottomMarginPt(double value) | |
getLeftMarginPt/setLeftMarginPt | |
public double getLeftMarginPt() / public void setLeftMarginPt(double value) | |
getRightMarginPt/setRightMarginPt | |
public double getRightMarginPt() / public void setRightMarginPt(double value) | |
isAutoMargin/setAutoMargin | |
public boolean isAutoMargin() / public void setAutoMargin(boolean value) | |
| Method Detail |
|---|
equals | |
public boolean equals(java.lang.Object obj) | |
obj - hashCode | |
public int hashCode() | |