pdflayouttype-ag凯发旗舰厅
com.spire.pdf.graphics
enum pdflayouttype
java.lang.object
java.lang.enum<pdflayouttype>
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. |
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.