Uses of Class
net.sf.jasperreports.engine.export.CutsInfo
Packages that use CutsInfo
Package
Description
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
Provides utility classes for exporting reports to Open Document Format, such as
ODT and ODS.
Provides utility classes for exporting reports to Office Open XML Format, such as
DOCX, XLSX and PPTX.
-
Uses of CutsInfo in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export that return CutsInfoModifier and TypeMethodDescriptionstatic CutsInfoJRGridLayout.calculateXCuts(ExporterNature nature, JasperPrint jasperPrint, int startPageIndex, int endPageIndex, int offsetX) This static method calculates all the X cuts for a list of pages.JRGridLayout.getXCuts()Returns the list of cut points on the X axis for the grid.JRGridLayout.getYCuts()Returns the list of cut points on the Y axis for the grid.Methods in net.sf.jasperreports.engine.export with parameters of type CutsInfoModifier and TypeMethodDescriptionprotected static voidJRGridLayout.addXCuts(ExporterNature nature, List<JRPrintElement> elementsList, int elementOffsetX, CutsInfo xCuts) This static method calculates the X cuts for a list of print elements and stores them in the list indicated by the xCuts parameter.protected abstract voidJRXlsAbstractExporter.createSheet(CutsInfo xCuts, JRXlsAbstractExporter.SheetInfo sheetInfo) protected voidJRXlsAbstractMetadataExporter.createSheet(CutsInfo xCuts, JRXlsAbstractExporter.SheetInfo sheetInfo) protected intJRXlsAbstractExporter.exportPage(JRPrintPage page, CutsInfo xCuts, int startRow, String defaultSheetName) protected voidJRXlsAbstractExporter.exportSheet(CutsInfo xCuts, CutsInfo yCuts, int startCutIndex, String defaultSheetName) protected JRXlsAbstractExporter.SheetInfoJRXlsAbstractExporter.getSheetProps(CutsInfo xCuts, CutsInfo yCuts, int startCutIndex) protected voidJRXlsAbstractExporter.setColumnWidths(CutsInfo xCuts) voidAbstractExporterNature.setXProperties(CutsInfo xCuts, JRPrintElement element, int row1, int col1, int row2, int col2) voidExporterNature.setXProperties(CutsInfo xCuts, JRPrintElement element, int row1, int col1, int row2, int col2) voidJRXlsAbstractExporterNature.setXProperties(CutsInfo xCuts, JRPrintElement element, int row1, int col1, int row2, int col2) voidAbstractExporterNature.setYProperties(CutsInfo yCuts, JRPrintElement element, int row1, int col1, int row2, int col2) voidExporterNature.setYProperties(CutsInfo yCuts, JRPrintElement element, int row1, int col1, int row2, int col2) voidJRXlsAbstractExporterNature.setYProperties(CutsInfo yCuts, JRPrintElement element, int row1, int col1, int row2, int col2) Constructors in net.sf.jasperreports.engine.export with parameters of type CutsInfoModifierConstructorDescriptionJRGridLayout(ExporterNature nature, List<JRPrintElement> elements, int width, int height, int offsetX, int offsetY, CutsInfo xCuts) Constructor. -
Uses of CutsInfo in net.sf.jasperreports.engine.export.oasis
Methods in net.sf.jasperreports.engine.export.oasis with parameters of type CutsInfoModifier and TypeMethodDescriptionprotected voidJROdsExporter.createSheet(CutsInfo xCuts, JRXlsAbstractExporter.SheetInfo sheetInfo) protected intJROdsExporter.exportPage(JRPrintPage page, CutsInfo xCuts, int startRow, String defaultSheetName) voidJROpenDocumentExporterNature.setXProperties(CutsInfo xCuts, JRPrintElement element, int row1, int col1, int row2, int col2) voidJROpenDocumentExporterNature.setYProperties(CutsInfo yCuts, JRPrintElement element, int row1, int col1, int row2, int col2) -
Uses of CutsInfo in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type CutsInfoModifier and TypeMethodDescriptionprotected voidJRXlsxExporter.createSheet(CutsInfo xCuts, JRXlsAbstractExporter.SheetInfo sheetInfo) protected intJRXlsxExporter.exportPage(JRPrintPage page, CutsInfo xCuts, int startRow, String defaultSheetName) Constructors in net.sf.jasperreports.engine.export.ooxml with parameters of type CutsInfoModifierConstructorDescriptionprotectedDocxTableHelper(JasperReportsContext jasperReportsContext, Writer writer, CutsInfo xCuts, boolean pageBreak, PrintPageFormat pageFormat, JRPrintElementIndex frameIndex) protectedPptxTableHelper(JasperReportsContext jasperReportsContext, Writer writer, CutsInfo xCuts) -
Uses of CutsInfo in net.sf.jasperreports.poi.export
Methods in net.sf.jasperreports.poi.export with parameters of type CutsInfoModifier and TypeMethodDescriptionprotected voidJRXlsExporter.createSheet(CutsInfo xCuts, JRXlsAbstractExporter.SheetInfo sheetInfo) protected voidJRXlsMetadataExporter.createSheet(CutsInfo xCuts, JRXlsAbstractExporter.SheetInfo sheetInfo)