| Package | Description |
|---|---|
| net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats.
|
| net.sf.jasperreports.engine.export.ooxml | |
| net.sf.jasperreports.engine.export.type |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JExcelApiMetadataExporter.setAnchorType(jxl.write.WritableImage image,
ImageAnchorTypeEnum anchorType) |
protected void |
JExcelApiExporter.setAnchorType(jxl.write.WritableImage image,
ImageAnchorTypeEnum anchorType) |
| 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.getByValue(byte value) |
static ImageAnchorTypeEnum |
ImageAnchorTypeEnum.getByValue(Byte value) |
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.
|
Copyright © 2014. All rights reserved.