public abstract class AbstractJasperExporter extends Object implements JasperIExporter
Abstract AbstractJasperExporter class.
Constructor and Description |
---|
AbstractJasperExporter() |
Modifier and Type | Method and Description |
---|---|
String |
getCharacterEncoding()
getCharacterEncoding.
|
Integer |
getEndPageIndex()
getEndPageIndex.
|
Integer |
getOffsetX()
getOffsetX.
|
Integer |
getOffsetY()
getOffsetY.
|
File |
getOutputFile()
getOutputFile.
|
String |
getOutputFileName()
getOutputFileName.
|
OutputStream |
getOutputStream()
getOutputStream.
|
Writer |
getOutputWriter()
getOutputWriter.
|
Integer |
getPageIndex()
getPageIndex.
|
Integer |
getStartPageIndex()
getStartPageIndex.
|
void |
setCharacterEncoding(String characterEncoding)
Setter for the field
characterEncoding . |
void |
setEndPageIndex(Integer endPageIndex)
Setter for the field
endPageIndex . |
void |
setOffsetX(Integer offsetX)
Setter for the field
offsetX . |
void |
setOffsetY(Integer offsetY)
Setter for the field
offsetY . |
void |
setOutputFile(File outputFile)
Setter for the field
outputFile . |
void |
setOutputFileName(String outputFileName)
Setter for the field
outputFileName . |
void |
setOutputStream(OutputStream outputStream)
Setter for the field
outputStream . |
void |
setOutputWriter(Writer outputWriter)
Setter for the field
outputWriter . |
void |
setPageIndex(Integer pageIndex)
Setter for the field
pageIndex . |
void |
setStartPageIndex(Integer startPageIndex)
Setter for the field
startPageIndex . |
public Writer getOutputWriter()
getOutputWriter.
getOutputWriter
in interface JasperIExporter
Writer
object.public void setOutputWriter(Writer outputWriter)
Setter for the field outputWriter
.
outputWriter
- a Writer
object.public OutputStream getOutputStream()
getOutputStream.
getOutputStream
in interface JasperIExporter
OutputStream
object.public void setOutputStream(OutputStream outputStream)
Setter for the field outputStream
.
outputStream
- a OutputStream
object.public File getOutputFile()
getOutputFile.
getOutputFile
in interface JasperIExporter
File
object.public void setOutputFile(File outputFile)
Setter for the field outputFile
.
outputFile
- a File
object.public String getOutputFileName()
getOutputFileName.
getOutputFileName
in interface JasperIExporter
String
object.public void setOutputFileName(String outputFileName)
Setter for the field outputFileName
.
outputFileName
- a String
object.public Integer getPageIndex()
getPageIndex.
getPageIndex
in interface JasperIExporter
Integer
object.public void setPageIndex(Integer pageIndex)
Setter for the field pageIndex
.
pageIndex
- a Integer
object.public Integer getStartPageIndex()
getStartPageIndex.
getStartPageIndex
in interface JasperIExporter
Integer
object.public void setStartPageIndex(Integer startPageIndex)
Setter for the field startPageIndex
.
startPageIndex
- a Integer
object.public Integer getEndPageIndex()
getEndPageIndex.
getEndPageIndex
in interface JasperIExporter
Integer
object.public void setEndPageIndex(Integer endPageIndex)
Setter for the field endPageIndex
.
endPageIndex
- a Integer
object.public String getCharacterEncoding()
getCharacterEncoding.
getCharacterEncoding
in interface JasperIExporter
String
object.public void setCharacterEncoding(String characterEncoding)
Setter for the field characterEncoding
.
characterEncoding
- a String
object.public Integer getOffsetX()
getOffsetX.
getOffsetX
in interface JasperIExporter
Integer
object.public void setOffsetX(Integer offsetX)
Setter for the field offsetX
.
offsetX
- a Integer
object.public Integer getOffsetY()
getOffsetY.
getOffsetY
in interface JasperIExporter
Integer
object.Copyright © 2010–2021. All rights reserved.