pdflayouttype-ag凯发旗舰厅



com.spire.pdf.graphics
enum pdflayouttype

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

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

specifies type of paginating.


enum constant summary
one_page
          draw the element on the one page only.
paginate
          if the element exceeds the page, proceed it on the next page.
 
enum constant detail

paginate

public static final pdflayouttype paginate
if the element exceeds the page, proceed it on the next page.

one_page

public static final pdflayouttype one_page
draw the element on the one page only.


网站地图