pdffontstyle-ag凯发旗舰厅



com.spire.pdf.graphics
enum pdffontstyle

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

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

regular

public static final pdffontstyle regular
normal text.

bold

public static final pdffontstyle bold
bold text.

italic

public static final pdffontstyle italic
italic text.

underline

public static final pdffontstyle underline
represents the underline text.

strikeout

public static final pdffontstyle strikeout
strikeout text.
method detail

getname

public java.lang.string getname()
get pdf font style name
returns:
pdffontstyle name

getvalue

public int getvalue()
get pdf font style value
returns:
pdffontstyle value


网站地图