pdflayoutbreaktype-ag凯发旗舰厅



com.spire.pdf.graphics
enum pdflayoutbreaktype

java.lang.object
  extended by java.lang.enum<pdflayoutbreaktype>
      extended by 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.
 
method summary
 java.lang.string getname()
           
 int getvalue()
           
 
enum constant detail

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.
method detail

getname

public java.lang.string getname()

getvalue

public int getvalue()


网站地图