public class PDFontStyle extends Object
| Modifier and Type | Field and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
PDFontStyle |
getBoldFlavor() |
static PDFontStyle |
getFontStyle(String name) |
PDFontStyle |
getItalicFlavor() |
String |
getLabel() |
String |
toString() |
public static final int COUNT
public static final PDFontStyle UNDEFINED
public static final PDFontStyle REGULAR
public static final PDFontStyle ITALIC
public static final PDFontStyle BOLD
public static final PDFontStyle BOLD_ITALIC
public static PDFontStyle getFontStyle(String name)
public PDFontStyle getBoldFlavor()
public PDFontStyle getItalicFlavor()
public String getLabel()
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.