|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FDFField | |
|---|---|
| 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 that deal with interactive annotations such as textfields and buttons. |
| Uses of FDFField in org.apache.pdfbox.pdmodel.fdf |
|---|
| Methods in org.apache.pdfbox.pdmodel.fdf that return types with arguments of type FDFField | |
|---|---|
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 | |
|---|---|
void |
FDFField.setKids(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 with parameters of type FDFField | |
|---|---|
void |
PDField.importFDF(FDFField fdfField)
This will import a fdf field from a fdf document. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||