Uses of Class
net.sf.jasperreports.engine.export.JRXlsAbstractExporter.SheetInfo
-
Packages that use JRXlsAbstractExporter.SheetInfo 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.oasis Provides utility classes for exporting reports to Open Document Format, such as ODT and ODS.net.sf.jasperreports.engine.export.ooxml Provides utility classes for exporting reports to Office Open XML Format, such as DOCX, XLSX and PPTX. -
-
Uses of JRXlsAbstractExporter.SheetInfo in net.sf.jasperreports.engine.export
Fields in net.sf.jasperreports.engine.export declared as JRXlsAbstractExporter.SheetInfo Modifier and Type Field Description protected JRXlsAbstractExporter.SheetInfoExcelAbstractExporter. sheetInfoMethods in net.sf.jasperreports.engine.export that return JRXlsAbstractExporter.SheetInfo Modifier and Type Method Description protected JRXlsAbstractExporter.SheetInfoJRXlsAbstractExporter. getSheetProps(CutsInfo xCuts, CutsInfo yCuts, int startCutIndex)Methods in net.sf.jasperreports.engine.export with parameters of type JRXlsAbstractExporter.SheetInfo Modifier and Type Method Description protected abstract voidJRXlsAbstractExporter. createSheet(CutsInfo xCuts, JRXlsAbstractExporter.SheetInfo sheetInfo)protected voidJRXlsAbstractMetadataExporter. createSheet(CutsInfo xCuts, JRXlsAbstractExporter.SheetInfo sheetInfo)protected abstract voidJRXlsAbstractMetadataExporter. createSheet(JRXlsAbstractExporter.SheetInfo sheetInfo)protected voidJRXlsExporter. createSheet(CutsInfo xCuts, JRXlsAbstractExporter.SheetInfo sheetInfo)protected voidJRXlsMetadataExporter. createSheet(CutsInfo xCuts, JRXlsAbstractExporter.SheetInfo sheetInfo)protected voidJRXlsMetadataExporter. createSheet(JRXlsAbstractExporter.SheetInfo sheetInfo) -
Uses of JRXlsAbstractExporter.SheetInfo in net.sf.jasperreports.engine.export.oasis
Methods in net.sf.jasperreports.engine.export.oasis with parameters of type JRXlsAbstractExporter.SheetInfo Modifier and Type Method Description protected voidJROdsExporter. createSheet(CutsInfo xCuts, JRXlsAbstractExporter.SheetInfo sheetInfo) -
Uses of JRXlsAbstractExporter.SheetInfo in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type JRXlsAbstractExporter.SheetInfo Modifier and Type Method Description protected voidJRXlsxExporter. createSheet(CutsInfo xCuts, JRXlsAbstractExporter.SheetInfo sheetInfo)protected voidXlsxMetadataExporter. createSheet(JRXlsAbstractExporter.SheetInfo sheetInfo)voidXlsxCellHelper. exportHeader(JRExporterGridCell gridCell, JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, TextValue textValue, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo)voidXlsxCellHelper. exportHeader(JRExporterGridCell gridCell, JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, TextValue textValue, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)voidXlsxCellHelper. exportHeader(JRExporterGridCell gridCell, JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, JRXlsAbstractExporter.SheetInfo sheetInfo)public XlsxBorderHelper getBorderHelper() { return borderHelper; } /**voidXlsxCellHelper. exportHeader(JRExporterGridCell gridCell, JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)voidXlsxCellHelper. exportHeader(JRLineBox box, int rowIndex, int colIndex, int maxColIndex, TextValue textValue, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)voidXlsxCellHelper. exportHeader(JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, TextValue textValue, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)intXlsxBorderHelper. getBorder(JRExporterGridCell gridCell, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)intXlsxBorderHelper. getBorder(JRLineBox box, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)intXlsxBorderHelper. getBorder(JRPrintElement element, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)intXlsxStyleHelper. getCellStyle(JRExporterGridCell gridCell, JRPrintElement element, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)intXlsxStyleHelper. getCellStyle(JRLineBox box, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)intXlsxStyleHelper. getCellStyle(JRPrintElement element, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)Constructors in net.sf.jasperreports.engine.export.ooxml with parameters of type JRXlsAbstractExporter.SheetInfo Constructor Description XlsxStyleInfo(int formatIndex, int fontIndex, int borderIndex, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, int rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)XlsxStyleInfo(int formatIndex, int fontIndex, int borderIndex, JRExporterGridCell gridCell, JRPrintElement element, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, int rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)XlsxStyleInfo(int formatIndex, int fontIndex, int borderIndex, JRPrintElement element, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, int rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)
-