Uses of Interface
com.itextpdf.pdfoffice.SheetSelector
Packages that use SheetSelector
-
Uses of SheetSelector in com.itextpdf.pdfoffice
Methods in com.itextpdf.pdfoffice that return SheetSelectorModifier and TypeMethodDescriptionstatic SheetSelectorSheetSelectorFactory.createActiveSheetSelector()CreatesSheetSelectorinstance with active sheet selected.static SheetSelectorSheetSelectorFactory.createAllSheetsSelector()CreatesSheetSelectorinstance with all sheets selected.static SheetSelectorSheetSelectorFactory.createSheetsSelector(Set<String> sheetNames) CreatesSheetSelectorinstance with specified sheet names selected.OfficeSpreadsheetConverterProperties.getSheetSelector()Gets the selector of the workbook sheets which will be rendered.Methods in com.itextpdf.pdfoffice with parameters of type SheetSelectorModifier and TypeMethodDescriptionOfficeSpreadsheetConverterProperties.setSheetSelector(SheetSelector sheetSelector) Defines the selector of the workbook sheets which will be rendered.