Uses of Class
com.pd4ml.pdf.xfdf.internal.SelectionFilter
-
Packages that use SelectionFilter Package Description com.pd4ml.pdf.xfdf.internal -
-
Uses of SelectionFilter in com.pd4ml.pdf.xfdf.internal
Fields in com.pd4ml.pdf.xfdf.internal declared as SelectionFilter Modifier and Type Field Description static SelectionFilterSelectionFilter. NONEMatches everything -- the default when neithertypesnoridsis configured.Methods in com.pd4ml.pdf.xfdf.internal that return SelectionFilter Modifier and Type Method Description static SelectionFilterSelectionFilter. of(java.lang.String typesCsv, java.lang.String idsCsv)Methods in com.pd4ml.pdf.xfdf.internal with parameters of type SelectionFilter Modifier and Type Method Description static FieldMapper.ApplyResultFieldMapper. applyFields(COSDocument document, java.util.List<XfdfField> fields, SelectionFilter filter)Applies every field infieldsthat matches an existing terminal field (by fully-qualified name) indocument's/AcroFormand passesfilter.static java.util.List<XfdfField>FieldMapper. exportFields(COSDocument document, SelectionFilter filter)
-