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()