com.spire.pdf.graphics
Enum PdfCjkFontFamily

java.lang.Object
  extended by java.lang.Enum<PdfCjkFontFamily>
      extended by com.spire.pdf.graphics.PdfCjkFontFamily
All Implemented Interfaces:
java.lang.Comparable<PdfCjkFontFamily>

public enum PdfCjkFontFamily
extends java.lang.Enum<PdfCjkFontFamily>

Specifies the type of CJK font.


Enum Constant Summary
Hanyang_Systems_Gothic_Medium
          Represents the Hanyang Systems Gothic Medium font.
Hanyang_Systems_Shin_Myeong_Jo_Medium
          Represents the Hanyang Systems shin myeong Jo Medium font.
Heisei_Kaku_Gothic_W_5
          Represents the Heisei kaku GothicW5 font.
Heisei_Mincho_W_3
          Represents the Heisei MinchoW3 font.
Monotype_Hei_Medium
          Represents the Monotype Hei Medium font.
Monotype_Sung_Light
          Represents the monotype sung Light font.
Sino_Type_Song_Light
          Represents the sinotype song light font.
 
Method Summary
 java.lang.String getName()
          Gets pdf font family name
 int getValue()
          Gets pdf font family value
 

Enum Constant Detail

Hanyang_Systems_Gothic_Medium

public static final PdfCjkFontFamily Hanyang_Systems_Gothic_Medium
Represents the Hanyang Systems Gothic Medium font.


Hanyang_Systems_Shin_Myeong_Jo_Medium

public static final PdfCjkFontFamily Hanyang_Systems_Shin_Myeong_Jo_Medium
Represents the Hanyang Systems shin myeong Jo Medium font.


Heisei_Kaku_Gothic_W_5

public static final PdfCjkFontFamily Heisei_Kaku_Gothic_W_5
Represents the Heisei kaku GothicW5 font.


Heisei_Mincho_W_3

public static final PdfCjkFontFamily Heisei_Mincho_W_3
Represents the Heisei MinchoW3 font.


Monotype_Hei_Medium

public static final PdfCjkFontFamily Monotype_Hei_Medium
Represents the Monotype Hei Medium font.


Monotype_Sung_Light

public static final PdfCjkFontFamily Monotype_Sung_Light
Represents the monotype sung Light font.


Sino_Type_Song_Light

public static final PdfCjkFontFamily Sino_Type_Song_Light
Represents the sinotype song light font.

Method Detail

getName

public java.lang.String getName()
Gets pdf font family name

Returns:
PdfCjkFontFamily name

getValue

public int getValue()
Gets pdf font family value

Returns:
PdfCjkFontFamily value