public class TextEffectFormat
Example:
//Instantiating a Workbook object
Workbook workbook = new Workbook();
ShapeCollection shapes = workbook.getWorksheets().get(0).getShapes();
shapes.addTextEffect(MsoPresetTextEffect.TEXT_EFFECT_1, "Aspose", "Arial", 30, false, false, 0, 0, 0, 0, 100, 200);
TextEffectFormat textEffectFormat = shapes.get(0).getTextEffect();
textEffectFormat.setTextEffect(MsoPresetTextEffect.TEXT_EFFECT_10);
Property Getters/Setters Summary | ||
---|---|---|
boolean | getFontBold() | |
void | setFontBold(booleanvalue) | |
Indicates whether font is bold. | ||
boolean | getFontItalic() | |
void | setFontItalic(booleanvalue) | |
Indicates whether font is italic. | ||
java.lang.String | getFontName() | |
void | setFontName(java.lang.Stringvalue) | |
The name of the font used in the WordArt. | ||
int | getFontSize() | |
void | setFontSize(intvalue) | |
The size (in points) of the font used in the WordArt. | ||
int | getPresetShape() | |
void | setPresetShape(intvalue) | |
Gets and sets the preset shape type. The value of the property is MsoPresetTextEffectShape integer constant. | ||
boolean | getRotatedChars() | |
void | setRotatedChars(booleanvalue) | |
If true,characters in the specified WordArt are rotated 90 degrees relative to the WordArt's bounding shape. | ||
java.lang.String | getText() | |
void | setText(java.lang.Stringvalue) | |
The text in the WordArt. |
Method Summary | ||
---|---|---|
void | setTextEffect(int effect) | |
Sets the preset text effect.
|
public java.lang.String getText() / public void setText(java.lang.String value)
public java.lang.String getFontName() / public void setFontName(java.lang.String value)
public boolean getFontBold() / public void setFontBold(boolean value)
public boolean getFontItalic() / public void setFontItalic(boolean value)
public boolean getRotatedChars() / public void setRotatedChars(boolean value)
public int getFontSize() / public void setFontSize(int value)
public int getPresetShape() / public void setPresetShape(int value)
public void setTextEffect(int effect)
effect
- A