com.moyosoft.connector.ms.excel
Class PublishObjects

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

public class PublishObjects
extends ExcelCollection


Constructor Summary
PublishObjects(Dispatch dispatch)
           
 
Method Summary
 PublishObject add(SourceType sourceType, java.io.File file)
           
 PublishObject add(SourceType sourceType, java.io.File file, Worksheet sheet)
           
 void delete()
           
 int getCount()
           
 PublishObject getItem(int index)
           
 void publish()
           
 
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

PublishObjects

public PublishObjects(Dispatch dispatch)
Method Detail

add

public PublishObject add(SourceType sourceType,
                         java.io.File file)

add

public PublishObject add(SourceType sourceType,
                         java.io.File file,
                         Worksheet sheet)

getCount

public int getCount()

getItem

public PublishObject getItem(int index)

delete

public void delete()

publish

public void publish()