Uses of Class
com.pd4ml.pdf.xfdf.XfdfField
-
Packages that use XfdfField Package Description com.pd4ml.pdf.xfdf com.pd4ml.pdf.xfdf.internal -
-
Uses of XfdfField in com.pd4ml.pdf.xfdf
Methods in com.pd4ml.pdf.xfdf that return XfdfField Modifier and Type Method Description XfdfFieldXfdfField. getParent()The enclosing<field>this one is nested under, ornullfor a top-level field.Methods in com.pd4ml.pdf.xfdf that return types with arguments of type XfdfField Modifier and Type Method Description java.util.List<XfdfField>XfdfDocument. getFields()Every resolved leaf field (<field>elements that carry a value, however deeply nested).Constructors in com.pd4ml.pdf.xfdf with parameters of type XfdfField Constructor Description XfdfField(java.lang.String name, XfdfField parent) -
Uses of XfdfField in com.pd4ml.pdf.xfdf.internal
Methods in com.pd4ml.pdf.xfdf.internal that return types with arguments of type XfdfField Modifier and Type Method Description static java.util.List<XfdfField>FieldMapper. exportFields(COSDocument document, SelectionFilter filter)Method parameters in com.pd4ml.pdf.xfdf.internal with type arguments of type XfdfField 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.
-