com.moyosoft.connector.ms.excel
Class VPageBreak

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

public class VPageBreak
extends java.lang.Object


Constructor Summary
VPageBreak(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

VPageBreak

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