templatetype-ag凯发旗舰厅



com.spire.pdf
enum templatetype

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

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

the spire.pdf namespace contains classes for creating pdf document.


enum constant summary
bottom
          page template is used as bottom.
left
          page template is used as left.
none
          page template is not used as header.
right
          page template is used as right.
top
          page template is used as top.
 
method summary
 java.lang.string getname()
          gets the name of the page template
 int getvalue()
          gets the value of the page template
 
enum constant detail

none

public static final templatetype none
page template is not used as header.

top

public static final templatetype top
page template is used as top.

bottom

public static final templatetype bottom
page template is used as bottom.

left

public static final templatetype left
page template is used as left.

right

public static final templatetype right
page template is used as right.
method detail

getname

public java.lang.string getname()
gets the name of the page template

getvalue

public int getvalue()
gets the value of the page template


网站地图