PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.Document.PageModeEnum

Packages that use Document.PageModeEnum
org.pdfclown.documents Document-level objects [PDF:1.6:3.6]. 
 

Uses of Document.PageModeEnum in org.pdfclown.documents
 

Methods in org.pdfclown.documents that return Document.PageModeEnum
 Document.PageModeEnum Document.getPageMode()
          Gets the page mode, that is how the document should be displayed when is opened.
static Document.PageModeEnum Document.PageModeEnum.valueOf(PdfName name)
           
static Document.PageModeEnum Document.PageModeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Document.PageModeEnum[] Document.PageModeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pdfclown.documents with parameters of type Document.PageModeEnum
 void Document.setPageMode(Document.PageModeEnum value)
           
 


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.