Interface FilterOption<T>
-
- All Known Implementing Classes:
SinglePageSelection
public interface FilterOption<T>
An option of filtering to apply on a document to convert.- Author:
- Yohann Chastagnier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
T
getValue()
-