com.spire.pdf.graphics
Enum PdfLayoutBreakType
java.lang.Object
   java.lang.Enum<PdfLayoutBreakType>
java.lang.Enum<PdfLayoutBreakType>
       com.spire.pdf.graphics.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_ElementIf the element doesn't fit at the first page, don't draw it on this page.
 | 
| Fit_PageFit 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()
-