Package org.verapdf.features.gf.objects
Class GFInfoDictFeaturesObjectAdapter
- java.lang.Object
-
- org.verapdf.features.gf.objects.GFInfoDictFeaturesObjectAdapter
-
- All Implemented Interfaces:
FeaturesObjectAdapter,InfoDictFeaturesObjectAdapter
public class GFInfoDictFeaturesObjectAdapter extends Object implements InfoDictFeaturesObjectAdapter
Feature object for information dictionary- Author:
- Maksim Bezrukov
-
-
Constructor Summary
Constructors Constructor Description GFInfoDictFeaturesObjectAdapter(COSObject info)Constructs new information dictionary feature object adapter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthor()CalendargetCreationDate()StringgetCreator()Map<String,String>getCustomValues()List<String>getErrors()StringgetKeywords()CalendargetModDate()StringgetProducer()StringgetSubject()StringgetTitle()StringgetTrapped()booleanisPDFObjectPresent()
-
-
-
Constructor Detail
-
GFInfoDictFeaturesObjectAdapter
public GFInfoDictFeaturesObjectAdapter(COSObject info)
Constructs new information dictionary feature object adapter.- Parameters:
info- class represents page object
-
-
Method Detail
-
getTitle
public String getTitle()
- Specified by:
getTitlein interfaceInfoDictFeaturesObjectAdapter
-
getAuthor
public String getAuthor()
- Specified by:
getAuthorin interfaceInfoDictFeaturesObjectAdapter
-
getSubject
public String getSubject()
- Specified by:
getSubjectin interfaceInfoDictFeaturesObjectAdapter
-
getKeywords
public String getKeywords()
- Specified by:
getKeywordsin interfaceInfoDictFeaturesObjectAdapter
-
getCreator
public String getCreator()
- Specified by:
getCreatorin interfaceInfoDictFeaturesObjectAdapter
-
getProducer
public String getProducer()
- Specified by:
getProducerin interfaceInfoDictFeaturesObjectAdapter
-
getCreationDate
public Calendar getCreationDate()
- Specified by:
getCreationDatein interfaceInfoDictFeaturesObjectAdapter
-
getModDate
public Calendar getModDate()
- Specified by:
getModDatein interfaceInfoDictFeaturesObjectAdapter
-
getTrapped
public String getTrapped()
- Specified by:
getTrappedin interfaceInfoDictFeaturesObjectAdapter
-
getCustomValues
public Map<String,String> getCustomValues()
- Specified by:
getCustomValuesin interfaceInfoDictFeaturesObjectAdapter
-
isPDFObjectPresent
public boolean isPDFObjectPresent()
- Specified by:
isPDFObjectPresentin interfaceFeaturesObjectAdapter
-
getErrors
public List<String> getErrors()
- Specified by:
getErrorsin interfaceFeaturesObjectAdapter
-
-