com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.api

Class WDPDFDocumentShowOption

java.lang.Object
  extended bycom.sap.tc.webdynpro.clientserver.adobe.pdfdocument.api.WDPDFDocumentShowOption

public final class WDPDFDocumentShowOption
extends Object

WDPDFDocumentShowOption contains a list of all possible show options that an initial view can be loaded with in the Acrobat Reader.


Field Summary
static WDPDFDocumentShowOption ATTACHMENTS
          You can make the Acrobat Reader open the PDF document showing the attachments icon on the toolbar.
static WDPDFDocumentShowOption BOOKMARKS
          BOOKMARKS provide a table of contents and usually represents the chapters and sections in a document.
static WDPDFDocumentShowOption DEFAULT
          DEFAULT
static WDPDFDocumentShowOption LAYERS
          You can not create Layers in Adobe Reader.
static WDPDFDocumentShowOption PAGES
          PAGES
static WDPDFDocumentShowOption THUMBNAILS
          THUMBNAILS provide miniature previews of document pages.
 
Method Summary
static WDPDFDocumentShowOption getShowOption(String optionName)
          Given a, option name as String, a WDPDFDocumentShowOption object is returned.
 String toString()
          Get the option name as a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT

public static final WDPDFDocumentShowOption DEFAULT
DEFAULT


PAGES

public static final WDPDFDocumentShowOption PAGES
PAGES


BOOKMARKS

public static final WDPDFDocumentShowOption BOOKMARKS
BOOKMARKS provide a table of contents and usually represents the chapters and sections in a document. The creator of the PDF document determines which bookmarks appear.


THUMBNAILS

public static final WDPDFDocumentShowOption THUMBNAILS
THUMBNAILS provide miniature previews of document pages.


LAYERS

public static final WDPDFDocumentShowOption LAYERS
You can not create Layers in Adobe Reader. However, you can examine layers and show or hide the content associated with each layer by using the Layers tab in the navigation pane of the Acrobat Reader.


ATTACHMENTS

public static final WDPDFDocumentShowOption ATTACHMENTS
You can make the Acrobat Reader open the PDF document showing the attachments icon on the toolbar.

Method Detail

toString

public String toString()
Get the option name as a String.

Returns:
optionName : String

getShowOption

public static WDPDFDocumentShowOption getShowOption(String optionName)
Given a, option name as String, a WDPDFDocumentShowOption object is returned. This method does just the opposite of getName method.

Parameters:
optionName -
Returns:
showOption : WDPDFDocumentShowOption


Copyright 2006 SAP AG Complete Copyright Notice