Home » pdfbox-1.1.0-src » org.apache.jempbox.xmp » [javadoc | source]
org.apache.jempbox.xmp
public class: XMPSchemaPDF [javadoc | source]
java.lang.Object
   org.apache.jempbox.xmp.XMPSchema
      org.apache.jempbox.xmp.XMPSchemaPDF
Define XMP properties used with Adobe PDF documents.
Field Summary
public static final  String NAMESPACE    The namespace for this schema. 
Fields inherited from org.apache.jempbox.xmp.XMPSchema:
NS_NAMESPACE,  prefix,  schema
Constructor:
 public XMPSchemaPDF(XMPMetadata parent) 
    Construct a new blank PDF schema.
    Parameters:
    parent - The parent metadata schema that this will be part of.
 public XMPSchemaPDF(Element element,
    String prefix) 
    Constructor from existing XML element.
    Parameters:
    element - The existing element.
    prefix - The schema prefix.
Method from org.apache.jempbox.xmp.XMPSchemaPDF Summary:
getKeywords,   getPDFVersion,   getProducer,   setKeywords,   setPDFVersion,   setProducer
Methods from org.apache.jempbox.xmp.XMPSchema:
addBagValue,   addSequenceDateValue,   addSequenceValue,   addSequenceValue,   getAbout,   getBagList,   getBooleanProperty,   getDateProperty,   getElement,   getEventSequenceList,   getIntegerProperty,   getLanguageProperty,   getLanguagePropertyLanguages,   getSequenceDateList,   getSequenceList,   getTextProperty,   getThumbnailProperty,   merge,   removeBagValue,   removeSequenceDateValue,   removeSequenceValue,   removeSequenceValue,   setAbout,   setBooleanProperty,   setDateProperty,   setIntegerProperty,   setLanguageProperty,   setTextProperty,   setThumbnailProperty
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jempbox.xmp.XMPSchemaPDF Detail:
 public String getKeywords() 
    Get the PDF keywords.
 public String getPDFVersion() 
    Get the PDF version.
 public String getProducer() 
    Get the value of the producer property.
 public  void setKeywords(String keywords) 
    PDF Keywords.
 public  void setPDFVersion(String pdfVersion) 
    Set the PDF file version. 1.2,1.3,...
 public  void setProducer(String producer) 
    Set the PDF producer.