PDF Clown
0.0.8

it.stefanochizzolini.clown.documents.interchange.metadata
Class Information

java.lang.Object
  extended by it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary>
      extended by 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)

Constructor Summary
Information(Document context)
           
Information(PdfDirectObject baseObject)
          For internal use only.
 
Method Summary
 Information clone(Document context)
          Gets a clone of the object, registered inside the given document context.
 String getAuthor()
           
 Date getCreationDate()
           
 String getCreator()
           
protected
<TPdf extends PdfAtomicObject<?>>
Object
getEntry(PdfName key)
           
 String getKeywords()
           
 Date getModificationDate()
           
 String getProducer()
           
 String getSubject()
           
 String getTitle()
           
 void setAuthor(String value)
           
 void setCreationDate(Date value)
           
 void setCreator(String value)
           
protected
<TPdf extends PdfAtomicObject<?>>
void
setEntry(PdfName key, Object value, Class<TPdf> entryType)
           
 void setKeywords(String value)
           
 void setModificationDate(Date value)
           
 void setProducer(String value)
           
 void setSubject(String value)
           
 void setTitle(String value)
           
 
Methods inherited from class it.stefanochizzolini.clown.objects.PdfObjectWrapper
delete, getBaseDataObject, getBaseObject, getContainer, getDocument, getFile, setBaseObject, setContainer, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Information

public Information(Document context)

Information

public Information(PdfDirectObject baseObject)
For internal use only.

Method Detail

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)

PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.