it.stefanochizzolini.clown.documents.interchange.metadata
Class Information
java.lang.Object
it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary>
it.stefanochizzolini.clown.documents.interchange.metadata.Information
public class Information
- extends PdfObjectWrapper<PdfDictionary>
Document information [PDF:1.6:10.2.1].
- Version:
- 0.0.6
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Information
public Information(Document context)
Information
public Information(PdfDirectObject baseObject)
- For internal use only.
getAuthor
public String getAuthor()
clone
public Information clone(Document context)
- Description copied from class:
PdfObjectWrapper
- Gets a clone of the object, registered inside the given document context.
- Specified by:
clone
in class PdfObjectWrapper<PdfDictionary>
- Parameters:
context
- Which document the clone has to be registered in.
getCreationDate
public Date getCreationDate()
getCreator
public String getCreator()
getKeywords
public String getKeywords()
getModificationDate
public Date getModificationDate()
getProducer
public String getProducer()
getSubject
public String getSubject()
getTitle
public String getTitle()
setAuthor
public void setAuthor(String value)
setCreationDate
public void setCreationDate(Date value)
setCreator
public void setCreator(String value)
setKeywords
public void setKeywords(String value)
setModificationDate
public void setModificationDate(Date value)
setProducer
public void setProducer(String value)
setSubject
public void setSubject(String value)
setTitle
public void setTitle(String value)
getEntry
protected <TPdf extends PdfAtomicObject<?>> Object getEntry(PdfName key)
setEntry
protected <TPdf extends PdfAtomicObject<?>> void setEntry(PdfName key,
Object value,
Class<TPdf> entryType)
Project home page
Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.