|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.tc.webdynpro.clientserver.adobe.pdfdocument.api.WDPDFDocumentShowOption
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 |
public static final WDPDFDocumentShowOption DEFAULT
public static final WDPDFDocumentShowOption PAGES
public static final WDPDFDocumentShowOption BOOKMARKS
public static final WDPDFDocumentShowOption THUMBNAILS
public static final WDPDFDocumentShowOption LAYERS
public static final WDPDFDocumentShowOption ATTACHMENTS
| Method Detail |
public String toString()
public static WDPDFDocumentShowOption getShowOption(String optionName)
optionName -
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||