Package net.sf.okapi.filters.openxml
Interface WorksheetConfigurations.Output<T>
-
- Type Parameters:
T- The type of the output
- Enclosing interface:
- WorksheetConfigurations
public static interface WorksheetConfigurations.Output<T>The worksheet configurations output.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TwrittenWith(Iterator<WorksheetConfiguration> worksheetConfigurationsIterator)Obtains a written output with the help of a provided worksheet configurations iterator.
-
-
-
Method Detail
-
writtenWith
T writtenWith(Iterator<WorksheetConfiguration> worksheetConfigurationsIterator)
Obtains a written output with the help of a provided worksheet configurations iterator.- Parameters:
worksheetConfigurationsIterator- The worksheet configurations iterator- Returns:
- The written output
-
-