com.moyosoft.connector.ms.excel
Class HPageBreak

java.lang.Object
  |
  +--com.moyosoft.connector.ms.excel.HPageBreak

public class HPageBreak
extends java.lang.Object


Constructor Summary
HPageBreak(Dispatch dispatch)
           
 
Method Summary
 void delete()
           
 void dragOff(Direction direction, int value)
           
 Dispatch getDispatch()
           
 PageBreakExtent getExtent()
           
 Range getLocation()
           
 PageBreak getType()
           
 void setLocation(Range value)
           
 void setType(PageBreak value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HPageBreak

public HPageBreak(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

delete

public void delete()

dragOff

public void dragOff(Direction direction,
                    int value)

getType

public PageBreak getType()

setType

public void setType(PageBreak value)

getExtent

public PageBreakExtent getExtent()

getLocation

public Range getLocation()

setLocation

public void setLocation(Range value)