Uses of Class
org.apache.pdfbox.pdmodel.fdf.FDFField
-
Packages that use FDFField Package Description org.apache.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.org.apache.pdfbox.pdmodel.interactive.form The interactive package contains classes for handling Interactive Forms, also known as "AcroForms". -
-
Uses of FDFField in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return types with arguments of type FDFField Modifier and Type Method Description java.util.List<FDFField>FDFDictionary. getFields()This will get the list of FDF Fields.java.util.List<FDFField>FDFTemplate. getFields()This will get a list of fields that are part of this template.java.util.List<FDFField>FDFField. getKids()This will get the list of kids.Method parameters in org.apache.pdfbox.pdmodel.fdf with type arguments of type FDFField Modifier and Type Method Description voidFDFDictionary. setFields(java.util.List<FDFField> fields)This will set the list of fields.voidFDFTemplate. setFields(java.util.List<FDFField> fields)This will set a list of fields for this template.voidFDFField. setKids(java.util.List<FDFField> kids)This will set the list of kids. -
Uses of FDFField in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form that return FDFField Modifier and Type Method Description (package private) abstract FDFFieldPDField. exportFDF()Exports this field and its children as FDF.(package private) FDFFieldPDNonTerminalField. exportFDF()(package private) FDFFieldPDTerminalField. exportFDF()Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type FDFField Modifier and Type Method Description (package private) voidPDField. importFDF(FDFField fdfField)This will import a fdf field from a fdf document.(package private) voidPDNonTerminalField. importFDF(FDFField fdfField)voidPDTerminalField. importFDF(FDFField fdfField)
-