com.aspose.pdf.jr5_6_0.jasperreports
Class ElementsExporter
java.lang.Object
com.aspose.pdf.jr5_6_0.jasperreports.ElementsExporter
public class ElementsExporter
- extends java.lang.Object
Method Summary |
void |
exportElements(java.util.Collection<net.sf.jasperreports.engine.JRPrintElement> elements,
aspose.pdf.Section sec,
int x,
int y)
|
void |
exportEllipse(net.sf.jasperreports.engine.JRPrintEllipse ellipse,
aspose.pdf.Section sec)
|
void |
exportFrame(net.sf.jasperreports.engine.JRPrintFrame frame,
aspose.pdf.Section sec)
|
void |
exportImage(net.sf.jasperreports.engine.JRPrintImage printImage,
aspose.pdf.Section sec)
|
void |
exportLine(net.sf.jasperreports.engine.JRPrintLine line,
aspose.pdf.Section sec)
|
void |
exportRectangle(net.sf.jasperreports.engine.JRPrintRectangle rectangle,
aspose.pdf.Section sec)
|
void |
exportTemplateGeneric(net.sf.jasperreports.engine.fill.JRTemplateGenericPrintElement printImage,
aspose.pdf.Section sec)
|
void |
exportText(net.sf.jasperreports.engine.JRPrintText text,
aspose.pdf.Section sec)
|
java.util.Map |
getFontsList()
|
void |
setExternalFontsMap(java.util.Map externalFontsMap)
|
void |
setFontsMap(java.util.Map fontsMap)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementsExporter
public ElementsExporter()
setFontsMap
public void setFontsMap(java.util.Map fontsMap)
setExternalFontsMap
public void setExternalFontsMap(java.util.Map externalFontsMap)
getFontsList
public java.util.Map getFontsList()
exportElements
public void exportElements(java.util.Collection<net.sf.jasperreports.engine.JRPrintElement> elements,
aspose.pdf.Section sec,
int x,
int y)
throws java.io.IOException,
net.sf.jasperreports.engine.JRException
- Throws:
java.io.IOException
net.sf.jasperreports.engine.JRException
exportLine
public void exportLine(net.sf.jasperreports.engine.JRPrintLine line,
aspose.pdf.Section sec)
exportRectangle
public void exportRectangle(net.sf.jasperreports.engine.JRPrintRectangle rectangle,
aspose.pdf.Section sec)
exportEllipse
public void exportEllipse(net.sf.jasperreports.engine.JRPrintEllipse ellipse,
aspose.pdf.Section sec)
exportText
public void exportText(net.sf.jasperreports.engine.JRPrintText text,
aspose.pdf.Section sec)
exportFrame
public void exportFrame(net.sf.jasperreports.engine.JRPrintFrame frame,
aspose.pdf.Section sec)
throws java.io.IOException,
net.sf.jasperreports.engine.JRException
- Throws:
java.io.IOException
net.sf.jasperreports.engine.JRException
exportTemplateGeneric
public void exportTemplateGeneric(net.sf.jasperreports.engine.fill.JRTemplateGenericPrintElement printImage,
aspose.pdf.Section sec)
exportImage
public void exportImage(net.sf.jasperreports.engine.JRPrintImage printImage,
aspose.pdf.Section sec)
Copyright (c) 2001-2014 Aspose Pty Ltd. All Rights Reserved.