Uses of Interface
net.sf.okapi.filters.openxml.WorksheetConfiguration
-
Packages that use WorksheetConfiguration Package Description net.sf.okapi.filters.openxml -
-
Uses of WorksheetConfiguration in net.sf.okapi.filters.openxml
Classes in net.sf.okapi.filters.openxml that implement WorksheetConfiguration Modifier and Type Class Description static classWorksheetConfiguration.DefaultMethods in net.sf.okapi.filters.openxml that return types with arguments of type WorksheetConfiguration Modifier and Type Method Description Iterator<WorksheetConfiguration>WorksheetConfigurations.Input. read()Obtains an iterator of the worksheet configurations, which have been read from the input.Method parameters in net.sf.okapi.filters.openxml with type arguments of type WorksheetConfiguration Modifier and Type Method Description TWorksheetConfigurations.Output. writtenWith(Iterator<WorksheetConfiguration> worksheetConfigurationsIterator)Obtains a written output with the help of a provided worksheet configurations iterator.Constructors in net.sf.okapi.filters.openxml with parameters of type WorksheetConfiguration Constructor Description Default(WorksheetConfiguration... configurations)Constructor parameters in net.sf.okapi.filters.openxml with type arguments of type WorksheetConfiguration Constructor Description Default(List<WorksheetConfiguration> configurations)
-