pdflayoutbreaktype-ag凯发旗舰厅
com.spire.pdf.graphics
enum pdflayoutbreaktype
java.lang.object
java.lang.enum<pdflayoutbreaktype>
com.spire.pdf.graphics.pdflayoutbreaktype
- all implemented interfaces:
- java.lang.comparable<pdflayoutbreaktype>
public enum pdflayoutbreaktype
- extends java.lang.enum<pdflayoutbreaktype>
specifies how the element should be contained on the page.
enum constant summary |
fit_element
if the element doesn't fit at the first page, don't draw it on this page. |
fit_page
fit the element according to the bounds specified or the page bounds. |
fit_page
public static final pdflayoutbreaktype fit_page
- fit the element according to the bounds specified or the page bounds.
fit_element
public static final pdflayoutbreaktype fit_element
- if the element doesn't fit at the first page, don't draw it on this page.
getname
public java.lang.string getname()
getvalue
public int getvalue()