|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PdfFontFamily>
com.spire.pdf.graphics.PdfFontFamily
public enum PdfFontFamily
Indicates type of standard PDF fonts.
Enum Constant Summary | |
---|---|
Courier
Represents the Courier font. |
|
Helvetica
Represents the Helvetica font. |
|
Symbol
Represents the Symbol font. |
|
Times_Roman
Represents the Times Roman font. |
|
Zapf_Dingbats
Represents the ZapfDingbats font. |
Method Summary | |
---|---|
java.lang.String |
getName()
Gets pdf font family name |
int |
getValue()
Gets pdf font family value |
Enum Constant Detail |
---|
public static final PdfFontFamily Helvetica
public static final PdfFontFamily Courier
public static final PdfFontFamily Times_Roman
public static final PdfFontFamily Symbol
public static final PdfFontFamily Zapf_Dingbats
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 |