|
|||||||||
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( 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( 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 |