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 Detail

      • getValue

        T getValue()