com.moyosoft.connector.ms.excel
Class Floor

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

public class Floor
extends java.lang.Object


Constructor Summary
Floor(Dispatch dispatch)
           
 
Method Summary
 void clearFormats()
           
 Border getBorder()
           
 Dispatch getDispatch()
           
 ChartFillFormat getFill()
           
 Interior getInterior()
           
 java.lang.String getName()
           
 int getPictureType()
           
 void paste()
           
 void select()
           
 void setPictureType(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Floor

public Floor(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

getName

public java.lang.String getName()

select

public void select()

getBorder

public Border getBorder()

clearFormats

public void clearFormats()

getInterior

public Interior getInterior()

getFill

public ChartFillFormat getFill()

getPictureType

public int getPictureType()

setPictureType

public void setPictureType(int value)

paste

public void paste()