com.moyosoft.connector.ms.excel
Class DialogSheet

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

public class DialogSheet
extends java.lang.Object


Constructor Summary
DialogSheet(Dispatch dispatch)
           
 
Method Summary
 void activate()
           
 void checkSpelling()
           
 void checkSpelling(java.lang.String customDictionary)
           
 void checkSpelling(java.lang.String customDictionary, boolean ignoreUppercase)
           
 void checkSpelling(java.lang.String customDictionary, boolean ignoreUppercase, boolean alwaysSuggest)
           
 void circleInvalid()
           
 void clearCircles()
           
 void copy()
           
 void delete()
           
 AutoFilter getAutoFilter()
           
 java.lang.String getCodeName()
           
 Comments getComments()
           
 CustomProperties getCustomProperties()
           
 DialogFrame getDialogFrame()
           
 Dispatch getDispatch()
           
 EnableSelection getEnableSelection()
           
 Hyperlinks getHyperlinks()
           
 int getIndex()
           
 java.lang.String getName()
           
 java.lang.String getOnDoubleClick()
           
 java.lang.String getOnSheetActivate()
           
 java.lang.String getOnSheetDeactivate()
           
 PageSetup getPageSetup()
           
 Protection getProtection()
           
 java.lang.String getScrollArea()
           
 SmartTags getSmartTags()
           
 Tab getTab()
           
 SheetVisibility getVisible()
           
 boolean isDisplayAutomaticPageBreaks()
           
 boolean isDisplayPageBreaks()
           
 boolean isDisplayRightToLeft()
           
 boolean isEnableAutoFilter()
           
 boolean isEnableCalculation()
           
 boolean isEnableOutlining()
           
 boolean isEnablePivotTable()
           
 boolean isHidden()
           
 boolean isProtectContents()
           
 boolean isProtectDrawingObjects()
           
 boolean isProtectionMode()
           
 boolean isProtectScenarios()
           
 void move()
           
 void paste()
           
 void pasteSpecial()
           
 void pasteSpecial(PasteType paste)
           
 void pasteSpecial(PasteType paste, PasteSpecialOperation operation)
           
 void pasteSpecial(PasteType paste, PasteSpecialOperation operation, boolean skipBlanks)
           
 void pasteSpecial(PasteType paste, PasteSpecialOperation operation, boolean skipBlanks, boolean transpose)
           
 void printOut()
           
 void printOut(int fromPage)
           
 void printOut(int fromPage, int toPage)
           
 void printOut(int fromPage, int toPage, int copiesCount)
           
 void printOut(int fromPage, int toPage, int copiesCount, boolean preview)
           
 void printOut(int fromPage, int toPage, int copiesCount, boolean preview, java.lang.String activePrinter)
           
 void printOut(int fromPage, int toPage, int copiesCount, boolean preview, java.lang.String activePrinter, boolean printToFile)
           
 void printOut(int fromPage, int toPage, int copiesCount, boolean preview, java.lang.String activePrinter, boolean printToFile, boolean collate)
           
 void printOut(int fromPage, int toPage, int copiesCount, boolean preview, java.lang.String activePrinter, boolean printToFile, boolean collate, java.lang.String printToFileName)
           
 void printPreview()
           
 void protect()
           
 void protect(java.lang.String password)
           
 void resetAllPageBreaks()
           
 void saveAs(java.io.File file)
           
 void saveAs(java.io.File file, FileFormat fileFormat)
           
 void saveAs(java.io.File file, FileFormat fileFormat, java.lang.String password)
           
 void saveAs(java.io.File file, FileFormat fileFormat, java.lang.String password, java.lang.String writeResPassword)
           
 void saveAs(java.io.File file, FileFormat fileFormat, java.lang.String password, java.lang.String writeResPassword, boolean readOnlyRecommended)
           
 void saveAs(java.io.File file, FileFormat fileFormat, java.lang.String password, java.lang.String writeResPassword, boolean readOnlyRecommended, boolean createBackup)
           
 void saveAs(java.io.File file, FileFormat fileFormat, java.lang.String password, java.lang.String writeResPassword, boolean readOnlyRecommended, boolean createBackup, boolean addToMru)
           
 void saveAs(java.io.File file, FileFormat fileFormat, java.lang.String password, java.lang.String writeResPassword, boolean readOnlyRecommended, boolean createBackup, boolean addToMru, java.lang.String textCodepage)
           
 void select()
           
 void setDisplayAutomaticPageBreaks(boolean value)
           
 void setDisplayPageBreaks(boolean value)
           
 void setDisplayRightToLeft(boolean value)
           
 void setEnableAutoFilter(boolean value)
           
 void setEnableCalculation(boolean value)
           
 void setEnableOutlining(boolean value)
           
 void setEnablePivotTable(boolean value)
           
 void setEnableSelection(EnableSelection value)
           
 boolean setHidden(boolean value)
           
 void setName(java.lang.String value)
           
 void setOnDoubleClick(java.lang.String value)
           
 void setOnSheetActivate(java.lang.String value)
           
 void setOnSheetDeactivate(java.lang.String value)
           
 void setScrollArea(java.lang.String value)
           
 void setVisible(SheetVisibility value)
           
 boolean show()
           
 void unprotect()
           
 void unprotect(java.lang.String password)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialogSheet

public DialogSheet(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

activate

public void activate()

copy

public void copy()

delete

public void delete()

getCodeName

public java.lang.String getCodeName()

getIndex

public int getIndex()

move

public void move()

getName

public java.lang.String getName()

setName

public void setName(java.lang.String value)

getOnDoubleClick

public java.lang.String getOnDoubleClick()

setOnDoubleClick

public void setOnDoubleClick(java.lang.String value)

getOnSheetActivate

public java.lang.String getOnSheetActivate()

setOnSheetActivate

public void setOnSheetActivate(java.lang.String value)

getOnSheetDeactivate

public java.lang.String getOnSheetDeactivate()

setOnSheetDeactivate

public void setOnSheetDeactivate(java.lang.String value)

getPageSetup

public PageSetup getPageSetup()

printPreview

public void printPreview()

isProtectContents

public boolean isProtectContents()

isProtectDrawingObjects

public boolean isProtectDrawingObjects()

isProtectionMode

public boolean isProtectionMode()

isProtectScenarios

public boolean isProtectScenarios()

select

public void select()

unprotect

public void unprotect()

unprotect

public void unprotect(java.lang.String password)

getVisible

public SheetVisibility getVisible()

setVisible

public void setVisible(SheetVisibility value)

isEnableCalculation

public boolean isEnableCalculation()

setEnableCalculation

public void setEnableCalculation(boolean value)

checkSpelling

public void checkSpelling()

checkSpelling

public void checkSpelling(java.lang.String customDictionary)

checkSpelling

public void checkSpelling(java.lang.String customDictionary,
                          boolean ignoreUppercase)

checkSpelling

public void checkSpelling(java.lang.String customDictionary,
                          boolean ignoreUppercase,
                          boolean alwaysSuggest)

isDisplayAutomaticPageBreaks

public boolean isDisplayAutomaticPageBreaks()

setDisplayAutomaticPageBreaks

public void setDisplayAutomaticPageBreaks(boolean value)

isEnableAutoFilter

public boolean isEnableAutoFilter()

setEnableAutoFilter

public void setEnableAutoFilter(boolean value)

getEnableSelection

public EnableSelection getEnableSelection()

setEnableSelection

public void setEnableSelection(EnableSelection value)

isEnableOutlining

public boolean isEnableOutlining()

setEnableOutlining

public void setEnableOutlining(boolean value)

isEnablePivotTable

public boolean isEnablePivotTable()

setEnablePivotTable

public void setEnablePivotTable(boolean value)

resetAllPageBreaks

public void resetAllPageBreaks()

paste

public void paste()

getScrollArea

public java.lang.String getScrollArea()

setScrollArea

public void setScrollArea(java.lang.String value)

isDisplayPageBreaks

public boolean isDisplayPageBreaks()

setDisplayPageBreaks

public void setDisplayPageBreaks(boolean value)

getComments

public Comments getComments()

getHyperlinks

public Hyperlinks getHyperlinks()

clearCircles

public void clearCircles()

circleInvalid

public void circleInvalid()

getAutoFilter

public AutoFilter getAutoFilter()

isDisplayRightToLeft

public boolean isDisplayRightToLeft()

setDisplayRightToLeft

public void setDisplayRightToLeft(boolean value)

printOut

public void printOut()

printOut

public void printOut(int fromPage)

printOut

public void printOut(int fromPage,
                     int toPage)

printOut

public void printOut(int fromPage,
                     int toPage,
                     int copiesCount)

printOut

public void printOut(int fromPage,
                     int toPage,
                     int copiesCount,
                     boolean preview)

printOut

public void printOut(int fromPage,
                     int toPage,
                     int copiesCount,
                     boolean preview,
                     java.lang.String activePrinter)

printOut

public void printOut(int fromPage,
                     int toPage,
                     int copiesCount,
                     boolean preview,
                     java.lang.String activePrinter,
                     boolean printToFile)

printOut

public void printOut(int fromPage,
                     int toPage,
                     int copiesCount,
                     boolean preview,
                     java.lang.String activePrinter,
                     boolean printToFile,
                     boolean collate)

printOut

public void printOut(int fromPage,
                     int toPage,
                     int copiesCount,
                     boolean preview,
                     java.lang.String activePrinter,
                     boolean printToFile,
                     boolean collate,
                     java.lang.String printToFileName)

getTab

public Tab getTab()

saveAs

public void saveAs(java.io.File file)

saveAs

public void saveAs(java.io.File file,
                   FileFormat fileFormat)

saveAs

public void saveAs(java.io.File file,
                   FileFormat fileFormat,
                   java.lang.String password)

saveAs

public void saveAs(java.io.File file,
                   FileFormat fileFormat,
                   java.lang.String password,
                   java.lang.String writeResPassword)

saveAs

public void saveAs(java.io.File file,
                   FileFormat fileFormat,
                   java.lang.String password,
                   java.lang.String writeResPassword,
                   boolean readOnlyRecommended)

saveAs

public void saveAs(java.io.File file,
                   FileFormat fileFormat,
                   java.lang.String password,
                   java.lang.String writeResPassword,
                   boolean readOnlyRecommended,
                   boolean createBackup)

saveAs

public void saveAs(java.io.File file,
                   FileFormat fileFormat,
                   java.lang.String password,
                   java.lang.String writeResPassword,
                   boolean readOnlyRecommended,
                   boolean createBackup,
                   boolean addToMru)

saveAs

public void saveAs(java.io.File file,
                   FileFormat fileFormat,
                   java.lang.String password,
                   java.lang.String writeResPassword,
                   boolean readOnlyRecommended,
                   boolean createBackup,
                   boolean addToMru,
                   java.lang.String textCodepage)

getCustomProperties

public CustomProperties getCustomProperties()

getSmartTags

public SmartTags getSmartTags()

getProtection

public Protection getProtection()

pasteSpecial

public void pasteSpecial()

pasteSpecial

public void pasteSpecial(PasteType paste)

pasteSpecial

public void pasteSpecial(PasteType paste,
                         PasteSpecialOperation operation)

pasteSpecial

public void pasteSpecial(PasteType paste,
                         PasteSpecialOperation operation,
                         boolean skipBlanks)

pasteSpecial

public void pasteSpecial(PasteType paste,
                         PasteSpecialOperation operation,
                         boolean skipBlanks,
                         boolean transpose)

protect

public void protect()

protect

public void protect(java.lang.String password)

getDialogFrame

public DialogFrame getDialogFrame()

isHidden

public boolean isHidden()

setHidden

public boolean setHidden(boolean value)

show

public boolean show()