org.openinvoice.ubl4j.text.pdf.common
Class PDFPhraseWrapper
java.lang.Object
org.openinvoice.ubl4j.text.pdf.common.PDFPhraseWrapper
public class PDFPhraseWrapper
- extends Object
- Since:
- \$Date: 2012/05/19 19:36:24 $
- Version:
- \$Revision: 4b0ab6d6e082 $
- Author:
- \$Author: javad $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LABEL_VALUE_SEP
public static final String LABEL_VALUE_SEP
- See Also:
- Constant Field Values
PDFPhraseWrapper
public PDFPhraseWrapper(String s)
createLabelValuePhrase
public static PDFPhraseWrapper createLabelValuePhrase(String label,
String value)
createLabelValuePhrase
public static PDFPhraseWrapper createLabelValuePhrase(String label,
String value,
PDFFontWrapper pdfFontWrapper)
createLabelPhrase
public static PDFPhraseWrapper createLabelPhrase(String label)
createLabelPhrase
public static PDFPhraseWrapper createLabelPhrase(String label,
PDFFontWrapper pdfFontWrapper)
createValuePhrase
public static PDFPhraseWrapper createValuePhrase(String value)
createValuePhrase
public static PDFPhraseWrapper createValuePhrase(String value,
PDFFontWrapper pdfFontWrapper)
createValuePhrase
public static PDFPhraseWrapper createValuePhrase(String value,
PDFFontWrapper pdfFontWrapper,
com.itextpdf.text.pdf.PdfAction pdfAction)
createBoldValuePhrase
public static PDFPhraseWrapper createBoldValuePhrase(String value)
createPhrase
public static PDFPhraseWrapper createPhrase()
getPhrase
public com.itextpdf.text.Phrase getPhrase()
getLabelValueSeparator
public String getLabelValueSeparator()
setLabelValueSeparator
public void setLabelValueSeparator(String labelValueSeparator)
Copyright © 2011-2012 Plain Source. All Rights Reserved.