Uses of Interface
fr.opensagres.xdocreport.itext.extension.IParagraphFactory

Packages that use IParagraphFactory
fr.opensagres.xdocreport.itext.extension   
 

Uses of IParagraphFactory in fr.opensagres.xdocreport.itext.extension
 

Classes in fr.opensagres.xdocreport.itext.extension that implement IParagraphFactory
 class ParagraphFactory
           
 

Methods in fr.opensagres.xdocreport.itext.extension that return IParagraphFactory
static IParagraphFactory ParagraphFactory.getDefault()
           
protected  IParagraphFactory ExtendedSection.getParagraphFactory()
           
protected  IParagraphFactory ExtendedChapterAutoNumber.getParagraphFactory()
           
protected  IParagraphFactory ExtendedChapter.getParagraphFactory()
           
 

Methods in fr.opensagres.xdocreport.itext.extension with parameters of type IParagraphFactory
static com.lowagie.text.Paragraph ExtendedSection.ancestorConstructTitle(IParagraphFactory factory, com.lowagie.text.Paragraph title, ArrayList numbers, int numberDepth, int numberStyle)
          Constructs a Paragraph that will be used as title for a Section or Chapter.
static com.lowagie.text.Paragraph ExtendedSection.constructTitle(IParagraphFactory factory, com.lowagie.text.Paragraph ancestorTitle, ArrayList numbers, int numberDepth, int numberStyle, com.lowagie.text.pdf.PdfPCell cell)
           
 



Copyright © 2012. All Rights Reserved.