fr.opensagres.xdocreport.itext.extension
Interface IMasterPageHeaderFooter

All Known Implementing Classes:
MasterPageHeaderFooter, StylableHeaderFooter, StylableHeaderFooter

public interface IMasterPageHeaderFooter


Method Summary
 void flush()
           
 com.lowagie.text.pdf.PdfPCell getTableCell()
           
 float getTotalHeight()
           
 boolean isEmpty()
           
 float writeSelectedRows(int rowStart, int rowEnd, float xPos, float yPos, com.lowagie.text.pdf.PdfContentByte canvas)
           
 

Method Detail

getTotalHeight

float getTotalHeight()

writeSelectedRows

float writeSelectedRows(int rowStart,
                        int rowEnd,
                        float xPos,
                        float yPos,
                        com.lowagie.text.pdf.PdfContentByte canvas)

getTableCell

com.lowagie.text.pdf.PdfPCell getTableCell()

flush

void flush()

isEmpty

boolean isEmpty()


Copyright © 2013. All rights reserved.