pdfpagemode-ag凯发旗舰厅



com.spire.pdf
enum pdfpagemode

java.lang.object
  extended by java.lang.enum<pdfpagemode>
      extended by com.spire.pdf.pdfpagemode
all implemented interfaces:
java.lang.comparable<pdfpagemode>

public enum pdfpagemode
extends java.lang.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

use_none

public static final pdfpagemode use_none
default value. neither document outline nor thumbnail images visible.

use_outlines

public static final pdfpagemode use_outlines
document outline visible.

use_thumbs

public static final pdfpagemode use_thumbs
thumbnail images visible.

full_screen

public static final pdfpagemode full_screen
full-screen mode, with no menu bar, window controls, or any other window visible.

use_oc

public static final pdfpagemode use_oc
optional content group panel visible.

use_attachments

public static final pdfpagemode use_attachments
attachments are visible.
method detail

getname

public java.lang.string getname()
gets the name to represents mode of document displaying.

getvalue

public int getvalue()
gets the value to represents mode of document displaying.


网站地图