Uses of Interface
com.documents4j.api.ISelectionStrategy
-
Packages that use ISelectionStrategy Package Description com.documents4j.job -
-
Uses of ISelectionStrategy in com.documents4j.job
Methods in com.documents4j.job with parameters of type ISelectionStrategy Modifier and Type Method Description AggregatingConverter.BuilderAggregatingConverter.Builder. selectionStrategy(ISelectionStrategy selectionStrategy)Registers a strategy for selecting one of several converters that this instance aggregates.Constructors in com.documents4j.job with parameters of type ISelectionStrategy Constructor Description AggregatingConverter(CopyOnWriteArrayList<IConverter> converters, ISelectionStrategy selectionStrategy, IConverterFailureCallback converterFailureCallback, boolean propagateShutDown)
-