PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.interchange.metadata.Information

Packages that use Information
org.pdfclown.documents Document-level objects [PDF:1.6:3.6]. 
org.pdfclown.documents.interaction.navigation.page Features that enable the user to navigate from page to page within a document [PDF:1.6:8.3]. 
org.pdfclown.documents.interchange.metadata Features that support global information about the document [PDF:1.6:10.2]. 
 

Uses of Information in org.pdfclown.documents
 

Methods in org.pdfclown.documents that return Information
 Information Document.getInformation()
          Gets common document metadata.
 

Methods in org.pdfclown.documents with parameters of type Information
 void Document.setInformation(Information value)
           
 

Uses of Information in org.pdfclown.documents.interaction.navigation.page
 

Methods in org.pdfclown.documents.interaction.navigation.page that return Information
 Information Article.getInformation()
          Gets common article metadata.
 

Methods in org.pdfclown.documents.interaction.navigation.page with parameters of type Information
 void Article.setInformation(Information value)
           
 

Uses of Information in org.pdfclown.documents.interchange.metadata
 

Methods in org.pdfclown.documents.interchange.metadata that return Information
 Information Information.clone(Document context)
           
static Information Information.wrap(PdfDirectObject baseObject)
           
 


PDF Clown
0.1.2

Project home page

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