net.sf.dynamicreports.jasper.definition.export
Interface JasperITextExporter

All Superinterfaces:
JasperIExporter, Serializable
All Known Implementing Classes:
JasperTextExporter

public interface JasperITextExporter
extends JasperIExporter

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Method Summary
 String getBetweenPagesText()
           
 Integer getCharacterHeight()
           
 Integer getCharacterWidth()
           
 String getLineSeparator()
           
 Integer getPageHeight()
           
 Integer getPageWidth()
           
 
Methods inherited from interface net.sf.dynamicreports.jasper.definition.export.JasperIExporter
getEndPageIndex, getCharacterEncoding, getIgnorePageMargins, getOffsetX, getOffsetY, getOutputFile, getOutputFileName, getOutputStream, getOutputWriter, getPageIndex, getStartPageIndex
 

Method Detail

getCharacterWidth

Integer getCharacterWidth()

getCharacterHeight

Integer getCharacterHeight()

getPageWidth

Integer getPageWidth()

getPageHeight

Integer getPageHeight()

getBetweenPagesText

String getBetweenPagesText()

getLineSeparator

String getLineSeparator()


Copyright © 2010-2014. All Rights Reserved.