Package | Description |
---|---|
net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
|
net.sf.jasperreports.engine.export.ooxml |
Provides utility classes for exporting reports to Office Open XML Format, such as
DOCX, XLSX and PPTX.
|
net.sf.jasperreports.engine.export.type |
Contains
enum types used when exporting reports to various output formats. |
net.sf.jasperreports.export |
Provides exporter input, exporter output and exporter configurations
|
Modifier and Type | Method and Description |
---|---|
protected void |
JExcelApiExporter.setAnchorType(jxl.write.WritableImage image,
ImageAnchorTypeEnum anchorType)
Deprecated.
|
protected void |
JExcelApiMetadataExporter.setAnchorType(jxl.write.WritableImage image,
ImageAnchorTypeEnum anchorType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected String |
JRXlsxExporter.getAnchorType(ImageAnchorTypeEnum anchorType) |
Modifier and Type | Method and Description |
---|---|
static ImageAnchorTypeEnum |
ImageAnchorTypeEnum.getByName(String name) |
static ImageAnchorTypeEnum |
ImageAnchorTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageAnchorTypeEnum[] |
ImageAnchorTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ImageAnchorTypeEnum |
AbstractXlsReportConfiguration.getImageAnchorType() |
ImageAnchorTypeEnum |
XlsReportConfiguration.getImageAnchorType()
Specifies the image anchor type.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractXlsReportConfiguration.setImageAnchorType(ImageAnchorTypeEnum imageAnchorType) |
Copyright © 2017. All rights reserved.