com.moyosoft.connector.ms.excel
Class PictureFormat

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

public class PictureFormat
extends java.lang.Object


Constructor Summary
PictureFormat(Dispatch dispatch)
           
 
Method Summary
 float getBrightness()
           
 int getColorType()
           
 float getContrast()
           
 int getCreator()
           
 float getCropBottom()
           
 float getCropLeft()
           
 float getCropRight()
           
 float getCropTop()
           
 Dispatch getDispatch()
           
 void incrementBrightness(float value)
           
 void incrementContrast(float value)
           
 void setBrightness(float value)
           
 void setColorType(int value)
           
 void setContrast(float value)
           
 void setCropBottom(float value)
           
 void setCropLeft(float value)
           
 void setCropRight(float value)
           
 void setCropTop(float value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PictureFormat

public PictureFormat(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

getCreator

public int getCreator()

incrementBrightness

public void incrementBrightness(float value)

incrementContrast

public void incrementContrast(float value)

getBrightness

public float getBrightness()

setBrightness

public void setBrightness(float value)

getColorType

public int getColorType()

setColorType

public void setColorType(int value)

getContrast

public float getContrast()

setContrast

public void setContrast(float value)

getCropBottom

public float getCropBottom()

setCropBottom

public void setCropBottom(float value)

getCropLeft

public float getCropLeft()

setCropLeft

public void setCropLeft(float value)

getCropRight

public float getCropRight()

setCropRight

public void setCropRight(float value)

getCropTop

public float getCropTop()

setCropTop

public void setCropTop(float value)