Package net.sf.okapi.filters.openxml
Interface WorksheetConfiguration.Output<T>
-
- Type Parameters:
T- The type of the output
- Enclosing interface:
- WorksheetConfiguration
public static interface WorksheetConfiguration.Output<T>The worksheet configuration output.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TwrittenWith(Pattern namePattern, Set<String> sourceColumns, Set<String> targetColumns, Set<Integer> excludedRows, Set<String> excludedColumns, Set<Integer> metadataRows, Set<String> metadataColumns)Obtains a written output with the help of provided name pattern and excluded rows.
-
-
-
Method Detail
-
writtenWith
T writtenWith(Pattern namePattern, Set<String> sourceColumns, Set<String> targetColumns, Set<Integer> excludedRows, Set<String> excludedColumns, Set<Integer> metadataRows, Set<String> metadataColumns)
Obtains a written output with the help of provided name pattern and excluded rows.- Parameters:
namePattern- The name patternsourceColumns- The source columnstargetColumns- The target columnsexcludedRows- The excluded rowsexcludedColumns- The excluded columnsmetadataRows- The metadata rowsmetadataColumns- The metadata columns- Returns:
- The written output
-
-