|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<pdfpagemode>
com.spire.pdf.pdfpagemode
public enum pdfpagemode
represents mode of document displaying.
enum constant summary | |
---|---|
full_screen
full-screen mode, with no menu bar, window controls, or any other window visible. |
|
use_attachments
attachments are visible. |
|
use_none
default value. |
|
use_oc
optional content group panel visible. |
|
use_outlines
document outline visible. |
|
use_thumbs
thumbnail images visible. |
method summary | |
---|---|
java.lang.string |
getname()
gets the name to represents mode of document displaying. |
int |
getvalue()
gets the value to represents mode of document displaying. |
enum constant detail |
---|
public static final pdfpagemode use_none
public static final pdfpagemode use_outlines
public static final pdfpagemode use_thumbs
public static final pdfpagemode full_screen
public static final pdfpagemode use_oc
public static final pdfpagemode use_attachments
method detail |
---|
public java.lang.string getname()
public int getvalue()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |