Interface AdobePDF
-
- All Superinterfaces:
BasicSchema
- All Known Subinterfaces:
InfoDictionary
public interface AdobePDF extends BasicSchema
Interface represent Adobe PDF schema- Author:
- Evgeniy Muravitskiy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKeywords()Return Keywords entry.StringgetProducer()Return Producer entry.voidsetKeywords(String keywords)Set Keywords entry.voidsetProducer(String producer)Set Producer entry.-
Methods inherited from interface org.verapdf.metadata.fixer.schemas.BasicSchema
setNeedToBeUpdated
-
-
-
-
Method Detail
-
getProducer
String getProducer()
Return Producer entry. For information dictionary and metadata Adobe PDF schema represented byProducerentry- Returns:
- Producer entry
-
setProducer
void setProducer(String producer)
Set Producer entry. For information dictionary and metadata Adobe PDF schema represented byProducerentry- Parameters:
producer- new value for producer
-
getKeywords
String getKeywords()
Return Keywords entry. For information dictionary and metadata Adobe PDF schema represented byKeywordsentry- Returns:
- Keywords entry
-
setKeywords
void setKeywords(String keywords)
Set Keywords entry. For information dictionary and metadata Adobe PDF schema represented byKeywordsentry- Parameters:
keywords- new value for keywords
-
-