public class ShapeTextAlignment
Property Getters/Setters Summary | ||
---|---|---|
boolean | getAutoSize() | |
void | setAutoSize(booleanvalue) | |
Indicates if size of shape is adjusted automatically according to its content. | ||
double | getBottomMarginPt() | |
void | setBottomMarginPt(doublevalue) | |
Returns the bottom margin in unit of Points | ||
boolean | isAutoMargin() | |
void | setAutoMargin(booleanvalue) | |
Indicates whether the margin of the text frame is automatic. | ||
boolean | isTextWrapped() | |
void | setTextWrapped(booleanvalue) | |
Gets and sets the text wrapped type of the shape which contains text. | ||
double | getLeftMarginPt() | |
void | setLeftMarginPt(doublevalue) | |
Returns the left margin in unit of Points | ||
double | getRightMarginPt() | |
void | setRightMarginPt(doublevalue) | |
Returns the right margin in unit of Points | ||
boolean | getRotateTextWithShape() | |
void | setRotateTextWithShape(booleanvalue) | |
Indicates whether rotating text with shape. | ||
double | getRotationAngle() | |
void | setRotationAngle(doublevalue) | |
Gets and sets the rotation of the shape. | ||
int | getTextHorizontalOverflow() | |
void | setTextHorizontalOverflow(intvalue) | |
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(intvalue) | |
Gets and set the transform type of text. The value of the property is AutoShapeType integer constant. | ||
int | getTextVerticalOverflow() | |
void | setTextVerticalOverflow(intvalue) | |
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(intvalue) | |
Gets and sets the text direction. The value of the property is TextVerticalType integer constant. | ||
double | getTopMarginPt() | |
void | setTopMarginPt(doublevalue) | |
Returns the top margin in unit of Points |
public boolean isTextWrapped() / public void setTextWrapped(boolean value)
public boolean getRotateTextWithShape() / public void setRotateTextWithShape(boolean value)
public int getTextVerticalOverflow() / public void setTextVerticalOverflow(int value)
public int getTextHorizontalOverflow() / public void setTextHorizontalOverflow(int value)
public double getRotationAngle() / public void setRotationAngle(double value)
public int getTextVerticalType() / public void setTextVerticalType(int value)
public boolean getAutoSize() / public void setAutoSize(boolean value)
public int getTextShapeType() / public void setTextShapeType(int value)
public double getTopMarginPt() / public void setTopMarginPt(double value)
public double getBottomMarginPt() / public void setBottomMarginPt(double value)
public double getLeftMarginPt() / public void setLeftMarginPt(double value)
public double getRightMarginPt() / public void setRightMarginPt(double value)
public boolean isAutoMargin() / public void setAutoMargin(boolean value)