pdffontfamily-ag凯发旗舰厅



com.spire.pdf.graphics
enum pdffontfamily

java.lang.object
  extended by java.lang.enum<pdffontfamily>
      extended by com.spire.pdf.graphics.pdffontfamily
all implemented interfaces:
java.lang.comparable<pdffontfamily>

public enum pdffontfamily
extends java.lang.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

helvetica

public static final pdffontfamily helvetica
represents the helvetica font.

courier

public static final pdffontfamily courier
represents the courier font.

times_roman

public static final pdffontfamily times_roman
represents the times roman font.

symbol

public static final pdffontfamily symbol
represents the symbol font.

zapf_dingbats

public static final pdffontfamily zapf_dingbats
represents the zapfdingbats font.
method detail

getname

public java.lang.string getname()
gets pdf font family name
returns:
pdffontfamily name

getvalue

public int getvalue()
gets pdf font family value
returns:
pdffontfamily value


网站地图