jPod PDF library

de.intarsys.pdf.font
Class PDFontStyle

java.lang.Object
  extended by de.intarsys.pdf.font.PDFontStyle

public class PDFontStyle
extends Object


Field Summary
static PDFontStyle BOLD
           
static PDFontStyle BOLD_ITALIC
           
static int COUNT
          The number of font styles
static PDFontStyle ITALIC
           
static PDFontStyle REGULAR
           
static PDFontStyle UNDEFINED
          The enumeration of supported font styles
 
Method Summary
 PDFontStyle getBoldFlavor()
           
static PDFontStyle getFontStyle(String name)
           
 PDFontStyle getItalicFlavor()
           
 String getLabel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COUNT

public static final int COUNT
The number of font styles

See Also:
Constant Field Values

UNDEFINED

public static final PDFontStyle UNDEFINED
The enumeration of supported font styles


REGULAR

public static final PDFontStyle REGULAR

ITALIC

public static final PDFontStyle ITALIC

BOLD

public static final PDFontStyle BOLD

BOLD_ITALIC

public static final PDFontStyle BOLD_ITALIC
Method Detail

getFontStyle

public static PDFontStyle getFontStyle(String name)

getBoldFlavor

public PDFontStyle getBoldFlavor()

getItalicFlavor

public PDFontStyle getItalicFlavor()

getLabel

public String getLabel()

toString

public String toString()
Overrides:
toString in class Object

jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.