|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.fields.WordArt
public class WordArt
Defines the text and formatting of the text path (of a WordArt object). Use the property to access WordArt properties of a shape. You do not create instances of the TextPath class directly.
Constructor Summary | |
---|---|
WordArt(IShapeAttribute parent)
|
Method Summary | |
---|---|
boolean |
getBold()
Gets true if the font is formatted as bold. |
java.lang.String |
getFontFamily()
Gets the family of the textpath font. |
boolean |
getItalic()
Gets true if the font is formatted as italic. |
double |
getSize()
Gets the size of the font in points. |
boolean |
getSmallCaps()
Gets true if the font is formatted as small capital letters. |
java.lang.String |
getText()
Gets the text of the text path. |
void |
setBold(boolean value)
Sets true if the font is formatted as bold. |
void |
setFontFamily(java.lang.String value)
Sets the family of the textpath font. |
void |
setItalic(boolean value)
Gets true if the font is formatted as italic. |
void |
setSize(double value)
Sets the size of the font in points. |
void |
setSmallCaps(boolean value)
Sets true if the font is formatted as small capital letters. |
void |
setText(java.lang.String value)
Sets the text of the text path. |
Constructor Detail |
---|
public WordArt(IShapeAttribute parent)
Method Detail |
---|
public java.lang.String getFontFamily()
public void setFontFamily(java.lang.String value)
value
- public double getSize()
public void setSize(double value)
value
- doublepublic boolean getBold()
public void setBold(boolean value)
value
- booleanpublic boolean getItalic()
public void setItalic(boolean value)
value
- booleanpublic boolean getSmallCaps()
public void setSmallCaps(boolean value)
value
- booleanpublic java.lang.String getText()
public void setText(java.lang.String value)
value
- string
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |