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 SheetSelector
SheetSelectorFactory.createActiveSheetSelector()
CreatesSheetSelector
instance with active sheet selected.static SheetSelector
SheetSelectorFactory.createAllSheetsSelector()
CreatesSheetSelector
instance with all sheets selected.static SheetSelector
SheetSelectorFactory.createSheetsSelector
(Set<String> sheetNames) CreatesSheetSelector
instance 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.