com.moyosoft.connector.ms.excel
Class PageBreak
java.lang.Object
  |
  +--AbstractType
        |
        +--com.moyosoft.connector.ms.excel.PageBreak
- public class PageBreak- extends AbstractType
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PAGE_BREAK_AUTOMATIC
public static final PageBreak PAGE_BREAK_AUTOMATIC
PAGE_BREAK_MANUAL
public static final PageBreak PAGE_BREAK_MANUAL
PAGE_BREAK_NONE
public static final PageBreak PAGE_BREAK_NONE
getById
public static PageBreak getById(int pId)
- 
 
isPageBreakAutomatic
public boolean isPageBreakAutomatic()
- 
 
isPageBreakManual
public boolean isPageBreakManual()
- 
 
isPageBreakNone
public boolean isPageBreakNone()
-