Package | Description |
---|---|
net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
|
net.sf.jasperreports.engine.fonts |
Provides support for font extensions.
|
Modifier and Type | Method and Description |
---|---|
static HtmlFont |
HtmlFont.getInstance(HtmlFontFamily family,
Locale locale,
FontFace fontFace,
boolean isBold,
boolean isItalic) |
static HtmlFont |
HtmlFont.getInstance(Locale locale,
FontFace fontFace,
int style)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleFontFace |
Modifier and Type | Method and Description |
---|---|
FontFace |
SimpleFontFamily.getBoldFace() |
FontFace |
FontFamily.getBoldFace() |
FontFace |
SimpleFontFamily.getBoldItalicFace() |
FontFace |
FontFamily.getBoldItalicFace() |
FontFace |
FontInfo.getFontFace() |
FontFace |
SimpleFontFamily.getItalicFace() |
FontFace |
FontFamily.getItalicFace() |
FontFace |
SimpleFontFamily.getNormalFace() |
FontFace |
FontFamily.getNormalFace() |
Modifier and Type | Method and Description |
---|---|
void |
FontInfo.setFontFace(FontFace face) |
Constructor and Description |
---|
FontInfo(FontFamily family,
FontFace face,
int style) |
Copyright © 2016. All rights reserved.