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

Field Summary
static PageBreak PAGE_BREAK_AUTOMATIC
           
static PageBreak PAGE_BREAK_MANUAL
           
static PageBreak PAGE_BREAK_NONE
           
 
Method Summary
static PageBreak getById(int pId)
           
 boolean isPageBreakAutomatic()
           
 boolean isPageBreakManual()
           
 boolean isPageBreakNone()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

getById

public static PageBreak getById(int pId)

isPageBreakAutomatic

public boolean isPageBreakAutomatic()

isPageBreakManual

public boolean isPageBreakManual()

isPageBreakNone

public boolean isPageBreakNone()