org.openinvoice.ubl4j.text.pdf.common
Class PDFPhraseWrapper

java.lang.Object
  extended by 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 $

Field Summary
static String LABEL_VALUE_SEP
           
 
Constructor Summary
PDFPhraseWrapper(String s)
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LABEL_VALUE_SEP

public static final String LABEL_VALUE_SEP
See Also:
Constant Field Values
Constructor Detail

PDFPhraseWrapper

public PDFPhraseWrapper(String s)
Method Detail

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.