Uses of Class
com.itextpdf.pdfoffice.OfficeSpreadsheetConverterProperties
Packages that use OfficeSpreadsheetConverterProperties
-
Uses of OfficeSpreadsheetConverterProperties in com.itextpdf.pdfoffice
Methods in com.itextpdf.pdfoffice that return OfficeSpreadsheetConverterPropertiesModifier and TypeMethodDescriptionOfficeSpreadsheetConverterProperties.setIgnorePrintArea(boolean ignorePrintArea) Defines whether all the sheet's content, including content outside print area, should be converted.OfficeSpreadsheetConverterProperties.setMaxPagesToFitColumns(Integer maxPagesToFitColumns) Sets the maximal number of pages which the sheet can occupy horizontally.OfficeSpreadsheetConverterProperties.setMaxPagesToFitRows(Integer maxPagesToFitRows) Sets the maximal number of pages which the sheet can occupy vertically.OfficeSpreadsheetConverterProperties.setSheetSelector(SheetSelector sheetSelector) Defines the selector of the workbook sheets which will be rendered.Methods in com.itextpdf.pdfoffice with parameters of type OfficeSpreadsheetConverterPropertiesModifier and TypeMethodDescriptionstatic voidOfficeConverter.convertOfficeSpreadsheetToPdf(File spreadsheetFile, File pdfFile, OfficeSpreadsheetConverterProperties properties) Converts an office spreadsheet to a PDF with the specified conversion properties.static voidOfficeConverter.convertOfficeSpreadsheetToPdf(InputStream spreadsheetInputStream, OutputStream pdfOutputStream, OfficeSpreadsheetConverterProperties properties) Converts an office spreadsheet to a PDF with the specified conversion properties.