com.moyosoft.connector.ms.excel
Class DialogSheets

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--com.moyosoft.connector.ms.excel.ExcelCollection
              |
              +--com.moyosoft.connector.ms.excel.DialogSheets
All Implemented Interfaces:
java.util.Collection

public class DialogSheets
extends ExcelCollection


Constructor Summary
DialogSheets(Dispatch dispatch)
           
 
Method Summary
 DialogSheet add()
           
 void copy()
           
 void delete()
           
 int getCount()
           
 HPageBreaks getHPageBreaks()
           
 DialogSheet getItem(int index)
           
 VPageBreaks getVPageBreaks()
           
 void move()
           
 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 select()
           
 
Methods inherited from class com.moyosoft.connector.ms.excel.ExcelCollection
getDispatch, iterator, remove, size
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

DialogSheets

public DialogSheets(Dispatch dispatch)
Method Detail

add

public DialogSheet add()

copy

public void copy()

getCount

public int getCount()

delete

public void delete()

getItem

public DialogSheet getItem(int index)

move

public void move()

printPreview

public void printPreview()

select

public void select()

getHPageBreaks

public HPageBreaks getHPageBreaks()

getVPageBreaks

public VPageBreaks getVPageBreaks()

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)