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