|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<pdffontstyle>
com.spire.pdf.graphics.pdffontstyle
public enum pdffontstyle
specifies style information applied to text.
enum constant summary | |
---|---|
bold
bold text. |
|
italic
italic text. |
|
regular
normal text. |
|
strikeout
strikeout text. |
|
underline
represents the underline text. |
method summary | |
---|---|
java.lang.string |
getname()
get pdf font style name |
int |
getvalue()
get pdf font style value |
enum constant detail |
---|
public static final pdffontstyle regular
public static final pdffontstyle bold
public static final pdffontstyle italic
public static final pdffontstyle underline
public static final pdffontstyle strikeout
method detail |
---|
public java.lang.string getname()
public int getvalue()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |