pdfdockstyle-ag凯发旗舰厅



com.spire.pdf
enum pdfdockstyle

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

public enum pdfdockstyle
extends java.lang.enum<pdfdockstyle>

specifies the docking style of the page template.

see also:
this enumeration is used in class.

enum constant summary
bottom
          the page template edge is docked to the bottom page's side.
fill
          the page template stretch on full page.
left
          the page template edge is docked to the left page's side.
none
          the page template is not docked.
right
          the page template edge is docked to the right page's side.
top
          the page template edge is docked to the top page's side.
 
method summary
 java.lang.string getname()
          gets the name specifing the docking style of the page template.
 int getvalue()
          gets the value specifing the docking style of the page template.
 
enum constant detail

none

public static final pdfdockstyle none
the page template is not docked.

bottom

public static final pdfdockstyle bottom
the page template edge is docked to the bottom page's side.

top

public static final pdfdockstyle top
the page template edge is docked to the top page's side.

left

public static final pdfdockstyle left
the page template edge is docked to the left page's side.

right

public static final pdfdockstyle right
the page template edge is docked to the right page's side.

fill

public static final pdfdockstyle fill
the page template stretch on full page.
method detail

getname

public java.lang.string getname()
gets the name specifing the docking style of the page template.
returns:
name

getvalue

public int getvalue()
gets the value specifing the docking style of the page template.
returns:
value


网站地图