Modifier and Type | Field and Description |
---|---|
static AddedTokenPrinter |
addedTokenPrinter
Printer for the words that were added to the examined document, when compared
to a document already in the index.
|
static ChangedTokenPrinter |
changedTokenPrinter
Printer for the words that were changed in the examined document, when compared
to a document already in the index.
|
static com.lowagie.text.Font |
chapterHeaderFont
Font used for section header.
|
static int |
DEFAULT_SIZE |
static DeletedTokenPrinter |
deletedTokenPrinter
Printer for the words that were deleted from the examined document, when compared
to a document already in the index.
|
static DuplicatedTokenPrinter |
duplicatedTokenPrinter
Printer for the words that were duplicated in the examined document, when compared
to a document already in the index.
|
static NormalTokenPrinter |
normalTokenPrinter
Printer for the normal words.
|
static com.lowagie.text.Font |
sectionHeaderFont
Font used for chapter header.
|
static SummaryEmphasizedPrinter |
summaryEmphasizedPrinter
Printer for the emphasized words in the summary of the report.
|
static SummaryPrinter |
summaryPrinter
Printer for the summary of the report.
|
Constructor and Description |
---|
Fonts() |
public static final int DEFAULT_SIZE
public static NormalTokenPrinter normalTokenPrinter
public static AddedTokenPrinter addedTokenPrinter
public static ChangedTokenPrinter changedTokenPrinter
public static DeletedTokenPrinter deletedTokenPrinter
public static DuplicatedTokenPrinter duplicatedTokenPrinter
public static SummaryEmphasizedPrinter summaryEmphasizedPrinter
public static SummaryPrinter summaryPrinter
public static com.lowagie.text.Font sectionHeaderFont
public static com.lowagie.text.Font chapterHeaderFont
Copyright © 2016 Egothor. All Rights Reserved.