Package com.lowagie.text.pdf
Interface FieldReader
-
- All Known Implementing Classes:
XfdfReader
public interface FieldReaderRepresents the basic needs for reading fields.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Map<String,String>getAllFields()HashMap<String,String>getFields()Deprecated.StringgetFieldValue(String fieldKey)List<String>getListValues(String fieldKey)
-