Package net.sf.okapi.filters.openxml
Interface WorksheetConfigurations.Input
-
- Enclosing interface:
- WorksheetConfigurations
public static interface WorksheetConfigurations.InputThe worksheet configurations input.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<WorksheetConfiguration>read()Obtains an iterator of the worksheet configurations, which have been read from the input.
-
-
-
Method Detail
-
read
Iterator<WorksheetConfiguration> read()
Obtains an iterator of the worksheet configurations, which have been read from the input.- Returns:
- The worksheet configurations iterator
-
-