Uses of Class
net.sf.jasperreports.engine.export.type.ImageAnchorTypeEnum
-
Packages that use ImageAnchorTypeEnum 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 Containsenumtypes used when exporting reports to various output formats.net.sf.jasperreports.export Provides exporter input, exporter output and exporter configurations -
-
Uses of ImageAnchorTypeEnum in net.sf.jasperreports.engine.export
Fields in net.sf.jasperreports.engine.export declared as ImageAnchorTypeEnum Modifier and Type Field Description protected ImageAnchorTypeEnumExcelAbstractExporter. defaultImageAnchorTypeMethods in net.sf.jasperreports.engine.export with parameters of type ImageAnchorTypeEnum Modifier and Type Method Description static org.apache.poi.ss.usermodel.ClientAnchor.AnchorTypeJRXlsExporter. getAnchorType(ImageAnchorTypeEnum anchorType) -
Uses of ImageAnchorTypeEnum in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type ImageAnchorTypeEnum Modifier and Type Method Description protected StringJRXlsxExporter. getAnchorType(ImageAnchorTypeEnum anchorType)protected StringXlsxMetadataExporter. getAnchorType(ImageAnchorTypeEnum anchorType) -
Uses of ImageAnchorTypeEnum in net.sf.jasperreports.engine.export.type
Methods in net.sf.jasperreports.engine.export.type that return ImageAnchorTypeEnum Modifier and Type Method Description static ImageAnchorTypeEnumImageAnchorTypeEnum. getByName(String name)static ImageAnchorTypeEnumImageAnchorTypeEnum. 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. -
Uses of ImageAnchorTypeEnum in net.sf.jasperreports.export
Methods in net.sf.jasperreports.export that return ImageAnchorTypeEnum Modifier and Type Method Description ImageAnchorTypeEnumAbstractXlsReportConfiguration. getImageAnchorType()ImageAnchorTypeEnumXlsReportConfiguration. getImageAnchorType()Specifies the image anchor type.Methods in net.sf.jasperreports.export with parameters of type ImageAnchorTypeEnum Modifier and Type Method Description voidAbstractXlsReportConfiguration. setImageAnchorType(ImageAnchorTypeEnum imageAnchorType)
-