com.moyosoft.connector.ms.excel
Class Charts

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

public class Charts
extends ExcelCollection


Constructor Summary
Charts(Dispatch dispatch)
           
 
Method Summary
 Chart add()
           
 Chart addAfter(Sheet after)
           
 Chart addBefore(Sheet before)
           
 void copy()
           
 void delete()
           
 int getCount()
           
 HPageBreaks getHPageBreaks()
           
 Chart 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

Charts

public Charts(Dispatch dispatch)
Method Detail

add

public Chart add()

addBefore

public Chart addBefore(Sheet before)

addAfter

public Chart addAfter(Sheet after)

copy

public void copy()

getCount

public int getCount()

delete

public void delete()

getItem

public Chart 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)