Package org.verapdf.features.objects
Interface InfoDictFeaturesObjectAdapter
-
- All Superinterfaces:
FeaturesObjectAdapter
public interface InfoDictFeaturesObjectAdapter extends FeaturesObjectAdapter
- Author:
- Maksim Bezrukov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAuthor()CalendargetCreationDate()StringgetCreator()Map<String,String>getCustomValues()StringgetKeywords()CalendargetModDate()StringgetProducer()StringgetSubject()StringgetTitle()StringgetTrapped()-
Methods inherited from interface org.verapdf.features.objects.FeaturesObjectAdapter
getErrors, isPDFObjectPresent
-
-
-
-
Method Detail
-
getTitle
String getTitle()
-
getAuthor
String getAuthor()
-
getSubject
String getSubject()
-
getKeywords
String getKeywords()
-
getCreator
String getCreator()
-
getProducer
String getProducer()
-
getCreationDate
Calendar getCreationDate()
-
getModDate
Calendar getModDate()
-
getTrapped
String getTrapped()
-
-