public class PDFPhraseWrapper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
LABEL_VALUE_SEP |
Constructor and Description |
---|
PDFPhraseWrapper(String s) |
Modifier and Type | Method and Description |
---|---|
static PDFPhraseWrapper |
createBoldValuePhrase(String value) |
static PDFPhraseWrapper |
createLabelPhrase(String label) |
static PDFPhraseWrapper |
createLabelPhrase(String label,
PDFFontWrapper pdfFontWrapper) |
static PDFPhraseWrapper |
createLabelValuePhrase(String label,
String value) |
static PDFPhraseWrapper |
createLabelValuePhrase(String label,
String value,
PDFFontWrapper pdfFontWrapper) |
static PDFPhraseWrapper |
createPhrase() |
static PDFPhraseWrapper |
createValuePhrase(String value) |
static PDFPhraseWrapper |
createValuePhrase(String value,
PDFFontWrapper pdfFontWrapper) |
static PDFPhraseWrapper |
createValuePhrase(String value,
PDFFontWrapper pdfFontWrapper,
com.itextpdf.text.pdf.PdfAction pdfAction) |
String |
getLabelValueSeparator() |
com.itextpdf.text.Phrase |
getPhrase() |
void |
setLabelValueSeparator(String labelValueSeparator) |
public static final String LABEL_VALUE_SEP
public PDFPhraseWrapper(String s)
public static PDFPhraseWrapper createLabelValuePhrase(String label, String value)
public static PDFPhraseWrapper createLabelValuePhrase(String label, String value, PDFFontWrapper pdfFontWrapper)
public static PDFPhraseWrapper createLabelPhrase(String label)
public static PDFPhraseWrapper createLabelPhrase(String label, PDFFontWrapper pdfFontWrapper)
public static PDFPhraseWrapper createValuePhrase(String value)
public static PDFPhraseWrapper createValuePhrase(String value, PDFFontWrapper pdfFontWrapper)
public static PDFPhraseWrapper createValuePhrase(String value, PDFFontWrapper pdfFontWrapper, com.itextpdf.text.pdf.PdfAction pdfAction)
public static PDFPhraseWrapper createBoldValuePhrase(String value)
public static PDFPhraseWrapper createPhrase()
public com.itextpdf.text.Phrase getPhrase()
public String getLabelValueSeparator()
public void setLabelValueSeparator(String labelValueSeparator)
Copyright © 2011-2013 Plain Source. All Rights Reserved.