Uses of Interface
com.itextpdf.pdfoffice.SheetSelector
-
Uses of SheetSelector in com.itextpdf.pdfoffice
Modifier 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.Modifier and TypeMethodDescriptionOfficeSpreadsheetConverterProperties.setSheetSelector
(SheetSelector sheetSelector) Defines the selector of the workbook sheets which will be rendered.