com.moyosoft.connector.ms.excel
Class WebOptions

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

public class WebOptions
extends java.lang.Object


Constructor Summary
WebOptions(Dispatch dispatch)
           
 
Method Summary
 Dispatch getDispatch()
           
 java.lang.String getFolderSuffix()
           
 java.lang.String getLocationOfComponents()
           
 int getPixelsPerInch()
           
 boolean isAllowPNG()
           
 boolean isDownloadComponents()
           
 boolean isOrganizeInFolder()
           
 boolean isRelyOnCSS()
           
 boolean isRelyOnVML()
           
 boolean isUseLongFileNames()
           
 void setAllowPNG(boolean value)
           
 void setDownloadComponents(boolean value)
           
 void setLocationOfComponents(java.lang.String value)
           
 void setOrganizeInFolder(boolean value)
           
 void setPixelsPerInch(int value)
           
 void setRelyOnCSS(boolean value)
           
 void setRelyOnVML(boolean value)
           
 void setUseLongFileNames(boolean value)
           
 void useDefaultFolderSuffix()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebOptions

public WebOptions(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

isRelyOnCSS

public boolean isRelyOnCSS()

setRelyOnCSS

public void setRelyOnCSS(boolean value)

isOrganizeInFolder

public boolean isOrganizeInFolder()

setOrganizeInFolder

public void setOrganizeInFolder(boolean value)

isUseLongFileNames

public boolean isUseLongFileNames()

setUseLongFileNames

public void setUseLongFileNames(boolean value)

isDownloadComponents

public boolean isDownloadComponents()

setDownloadComponents

public void setDownloadComponents(boolean value)

isRelyOnVML

public boolean isRelyOnVML()

setRelyOnVML

public void setRelyOnVML(boolean value)

isAllowPNG

public boolean isAllowPNG()

setAllowPNG

public void setAllowPNG(boolean value)

getPixelsPerInch

public int getPixelsPerInch()

setPixelsPerInch

public void setPixelsPerInch(int value)

getLocationOfComponents

public java.lang.String getLocationOfComponents()

setLocationOfComponents

public void setLocationOfComponents(java.lang.String value)

getFolderSuffix

public java.lang.String getFolderSuffix()

useDefaultFolderSuffix

public void useDefaultFolderSuffix()