public class Style extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.lowagie.text.Font |
CHAPTER_FONT
Font used in main chapters title
|
static com.lowagie.text.Font |
DASHBOARD_DATA_FONT
Dashboard metric value font
|
static com.lowagie.text.Font |
DASHBOARD_DATA_FONT_2
Dashboard metric details font
|
static com.lowagie.text.Font |
DASHBOARD_TITLE_FONT
Dashboard metric title font
|
static com.lowagie.text.Font |
FOOT_FONT
Font used in graphics foots
|
static com.lowagie.text.Font |
FRONTPAGE_FONT_1
Font used in front page (Project name)
|
static com.lowagie.text.Font |
FRONTPAGE_FONT_2
Font used in front page (Project description)
|
static com.lowagie.text.Font |
FRONTPAGE_FONT_3
Font used in front page (Project date)
|
static float |
FRONTPAGE_LOGO_POSITION_X |
static float |
FRONTPAGE_LOGO_POSITION_Y |
static com.lowagie.text.Font |
MONOSPACED_BOLD_FONT
Font used in code text (bold)
|
static com.lowagie.text.Font |
MONOSPACED_FONT
Font used in code text
|
static com.lowagie.text.Font |
NORMAL_FONT
Font used in general plain text
|
static int |
TENDENCY_ICONS_HEIGHT
Tendency icons height + 2 (used in tables style)
|
static com.lowagie.text.Font |
TITLE_FONT
Font used in sub-chapters title
|
static com.lowagie.text.Font |
TOC_TITLE_FONT
Font used in table of contents title
|
static com.lowagie.text.Font |
UNDERLINED_FONT
Underlined font
|
| Constructor and Description |
|---|
Style() |
| Modifier and Type | Method and Description |
|---|---|
static com.lowagie.text.pdf.PdfPTable |
createSimpleTable(List<String> left,
List<String> right,
String title,
String noData)
This method makes a simple table with content.
|
static com.lowagie.text.pdf.PdfPTable |
createTwoColumnsTitledTable(List<String> titles,
List<String> content) |
static void |
noBorderTable(com.lowagie.text.pdf.PdfPTable table) |
public static final com.lowagie.text.Font CHAPTER_FONT
public static final com.lowagie.text.Font TITLE_FONT
public static final com.lowagie.text.Font FOOT_FONT
public static final com.lowagie.text.Font NORMAL_FONT
public static final com.lowagie.text.Font MONOSPACED_BOLD_FONT
public static final com.lowagie.text.Font MONOSPACED_FONT
public static final com.lowagie.text.Font TOC_TITLE_FONT
public static final com.lowagie.text.Font FRONTPAGE_FONT_1
public static final com.lowagie.text.Font FRONTPAGE_FONT_2
public static final com.lowagie.text.Font FRONTPAGE_FONT_3
public static final com.lowagie.text.Font UNDERLINED_FONT
public static final com.lowagie.text.Font DASHBOARD_TITLE_FONT
public static final com.lowagie.text.Font DASHBOARD_DATA_FONT
public static final com.lowagie.text.Font DASHBOARD_DATA_FONT_2
public static final int TENDENCY_ICONS_HEIGHT
public static final float FRONTPAGE_LOGO_POSITION_X
public static final float FRONTPAGE_LOGO_POSITION_Y
public static void noBorderTable(com.lowagie.text.pdf.PdfPTable table)
public static com.lowagie.text.pdf.PdfPTable createSimpleTable(List<String> left, List<String> right, String title, String noData)
left - Data for left columnright - Data for right columntitle - The table titlenoData - Showed when left or right are emptyCopyright © 2010-2015 klicap - ingenieria del puzle. All Rights Reserved.