Package net.sf.okapi.filters.openxml
Interface WorksheetConfiguration
-
- All Known Implementing Classes:
WorksheetConfiguration.Default
public interface WorksheetConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWorksheetConfiguration.Defaultstatic interfaceWorksheetConfiguration.Output<T>The worksheet configuration output.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>excludedColumns()Set<Integer>excludedRows()booleanmatches(String worksheetName)Set<String>metadataColumns()Set<Integer>metadataRows()<T> TwrittenTo(WorksheetConfiguration.Output<T> output)Obtains the worksheet configuration output with the written worksheet configuration to it.
-
-
-
Method Detail
-
matches
boolean matches(String worksheetName)
-
writtenTo
<T> T writtenTo(WorksheetConfiguration.Output<T> output)
Obtains the worksheet configuration output with the written worksheet configuration to it.- Parameters:
output- The output- Returns:
- The output with the written worksheet configuration
-
-