Java Doc for PDViewerPreferences.java in  » PDF » PDFBox-0.7.3 » org » pdfbox » pdmodel » interactive » viewerpreferences » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » PDF » PDFBox 0.7.3 » org.pdfbox.pdmodel.interactive.viewerpreferences 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences

PDViewerPreferences
public class PDViewerPreferences implements COSObjectable(Code)
This is the document viewing preferences.
author:
   Ben Litchfield
version:
   $Revision: 1.3 $


Field Summary
final public static  StringBOUNDARY_ART_BOX
     Boundary constant.
final public static  StringBOUNDARY_BLEED_BOX
     Boundary constant.
final public static  StringBOUNDARY_CROP_BOX
     Boundary constant.
final public static  StringBOUNDARY_MEDIA_BOX
     Boundary constant.
final public static  StringBOUNDARY_TRIM_BOX
     Boundary constant.
final public static  StringNON_FULL_SCREEN_PAGE_MODE_USE_NONE
     From PDF Reference: "Neither document outline nor thumbnail images visible".
final public static  StringNON_FULL_SCREEN_PAGE_MODE_USE_OPTIONAL_CONTENT
     From PDF Reference: "Optional content group panel visible".
final public static  StringNON_FULL_SCREEN_PAGE_MODE_USE_OUTLINES
     From PDF Reference: "Document outline visible".
final public static  StringNON_FULL_SCREEN_PAGE_MODE_USE_THUMBS
     From PDF Reference: "Thumbnail images visible".
final public static  StringREADING_DIRECTION_L2R
     Reading direction.
final public static  StringREADING_DIRECTION_R2L
     Reading direction.

Constructor Summary
public  PDViewerPreferences(COSDictionary dic)
     Constructor that is used for a preexisting dictionary.

Method Summary
public  booleancenterWindow()
     Get the center window preference.
public  booleandisplayDocTitle()
     Get the display doc title preference.
public  booleanfitWindow()
     Get the fit window preference.
public  COSBasegetCOSObject()
     Convert this standard java object to a COS object.
public  COSDictionarygetDictionary()
     This will get the underlying dictionary that this object wraps.
public  StringgetNonFullScreenPageMode()
     Get the non full screen page mode preference.
public  StringgetPrintArea()
     Get the PrintArea preference.
public  StringgetPrintClip()
     Get the PrintClip preference.
public  StringgetReadingDirection()
     Get the reading direction preference.
public  StringgetViewArea()
     Get the ViewArea preference.
public  StringgetViewClip()
     Get the ViewClip preference.
public  booleanhideMenubar()
     Get the menubar preference.
public  booleanhideToolbar()
     Get the toolbar preference.
public  booleanhideWindowUI()
     Get the window UI preference.
public  voidsetCenterWindow(boolean value)
     Set the center window preference.
public  voidsetDisplayDocTitle(boolean value)
     Set the display doc title preference.
public  voidsetFitWindow(boolean value)
     Set the fit window preference.
public  voidsetHideMenubar(boolean value)
     Set the menubar preference.
public  voidsetHideToolbar(boolean value)
     Set the toolbar preference.
public  voidsetHideWindowUI(boolean value)
     Set the window UI preference.
public  voidsetNonFullScreenPageMode(String value)
     Set the non full screen page mode preference.
public  voidsetPrintArea(String value)
     Set the PrintArea preference.
public  voidsetPrintClip(String value)
     Set the PrintClip preference.
public  voidsetReadingDirection(String value)
     Set the reading direction preference.
public  voidsetViewArea(String value)
     Set the ViewArea preference.
public  voidsetViewClip(String value)
     Set the ViewClip preference.

Field Detail
BOUNDARY_ART_BOX
final public static String BOUNDARY_ART_BOX(Code)
Boundary constant.



BOUNDARY_BLEED_BOX
final public static String BOUNDARY_BLEED_BOX(Code)
Boundary constant.



BOUNDARY_CROP_BOX
final public static String BOUNDARY_CROP_BOX(Code)
Boundary constant.



BOUNDARY_MEDIA_BOX
final public static String BOUNDARY_MEDIA_BOX(Code)
Boundary constant.



BOUNDARY_TRIM_BOX
final public static String BOUNDARY_TRIM_BOX(Code)
Boundary constant.



NON_FULL_SCREEN_PAGE_MODE_USE_NONE
final public static String NON_FULL_SCREEN_PAGE_MODE_USE_NONE(Code)
From PDF Reference: "Neither document outline nor thumbnail images visible".



NON_FULL_SCREEN_PAGE_MODE_USE_OPTIONAL_CONTENT
final public static String NON_FULL_SCREEN_PAGE_MODE_USE_OPTIONAL_CONTENT(Code)
From PDF Reference: "Optional content group panel visible".



NON_FULL_SCREEN_PAGE_MODE_USE_OUTLINES
final public static String NON_FULL_SCREEN_PAGE_MODE_USE_OUTLINES(Code)
From PDF Reference: "Document outline visible".



NON_FULL_SCREEN_PAGE_MODE_USE_THUMBS
final public static String NON_FULL_SCREEN_PAGE_MODE_USE_THUMBS(Code)
From PDF Reference: "Thumbnail images visible".



READING_DIRECTION_L2R
final public static String READING_DIRECTION_L2R(Code)
Reading direction.



READING_DIRECTION_R2L
final public static String READING_DIRECTION_R2L(Code)
Reading direction.




Constructor Detail
PDViewerPreferences
public PDViewerPreferences(COSDictionary dic)(Code)
Constructor that is used for a preexisting dictionary.
Parameters:
  dic - The underlying dictionary.




Method Detail
centerWindow
public boolean centerWindow()(Code)
Get the center window preference. the center window preference.



displayDocTitle
public boolean displayDocTitle()(Code)
Get the display doc title preference. the display doc title preference.



fitWindow
public boolean fitWindow()(Code)
Get the fit window preference. the fit window preference.



getCOSObject
public COSBase getCOSObject()(Code)
Convert this standard java object to a COS object. The cos object that matches this Java object.



getDictionary
public COSDictionary getDictionary()(Code)
This will get the underlying dictionary that this object wraps. The underlying info dictionary.



getNonFullScreenPageMode
public String getNonFullScreenPageMode()(Code)
Get the non full screen page mode preference. the non full screen page mode preference.



getPrintArea
public String getPrintArea()(Code)
Get the PrintArea preference. See BOUNDARY_XXX constants. the PrintArea preference.



getPrintClip
public String getPrintClip()(Code)
Get the PrintClip preference. See BOUNDARY_XXX constants. the PrintClip preference.



getReadingDirection
public String getReadingDirection()(Code)
Get the reading direction preference. the reading direction preference.



getViewArea
public String getViewArea()(Code)
Get the ViewArea preference. See BOUNDARY_XXX constants. the ViewArea preference.



getViewClip
public String getViewClip()(Code)
Get the ViewClip preference. See BOUNDARY_XXX constants. the ViewClip preference.



hideMenubar
public boolean hideMenubar()(Code)
Get the menubar preference. the menubar preference.



hideToolbar
public boolean hideToolbar()(Code)
Get the toolbar preference. the toolbar preference.



hideWindowUI
public boolean hideWindowUI()(Code)
Get the window UI preference. the window UI preference.



setCenterWindow
public void setCenterWindow(boolean value)(Code)
Set the center window preference.
Parameters:
  value - Set the center window preference.



setDisplayDocTitle
public void setDisplayDocTitle(boolean value)(Code)
Set the display doc title preference.
Parameters:
  value - Set the display doc title preference.



setFitWindow
public void setFitWindow(boolean value)(Code)
Set the fit window preference.
Parameters:
  value - Set the fit window preference.



setHideMenubar
public void setHideMenubar(boolean value)(Code)
Set the menubar preference.
Parameters:
  value - Set the menubar preference.



setHideToolbar
public void setHideToolbar(boolean value)(Code)
Set the toolbar preference.
Parameters:
  value - Set the toolbar preference.



setHideWindowUI
public void setHideWindowUI(boolean value)(Code)
Set the window UI preference.
Parameters:
  value - Set the window UI preference.



setNonFullScreenPageMode
public void setNonFullScreenPageMode(String value)(Code)
Set the non full screen page mode preference.
Parameters:
  value - Set the non full screen page mode preference.



setPrintArea
public void setPrintArea(String value)(Code)
Set the PrintArea preference. See BOUNDARY_XXX constants.
Parameters:
  value - Set the PrintArea preference.



setPrintClip
public void setPrintClip(String value)(Code)
Set the PrintClip preference. See BOUNDARY_XXX constants.
Parameters:
  value - Set the PrintClip preference.



setReadingDirection
public void setReadingDirection(String value)(Code)
Set the reading direction preference.
Parameters:
  value - Set the reading direction preference.



setViewArea
public void setViewArea(String value)(Code)
Set the ViewArea preference. See BOUNDARY_XXX constants.
Parameters:
  value - Set the ViewArea preference.



setViewClip
public void setViewClip(String value)(Code)
Set the ViewClip preference. See BOUNDARY_XXX constants.
Parameters:
  value - Set the ViewClip preference.



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.