com.moyosoft.connector.ms.excel
Class Drawings

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

public class Drawings
extends ExcelCollection


Constructor Summary
Drawings(Dispatch dispatch)
           
 
Method Summary
 Drawing add(double x1, double y1, double x2, double y2, boolean value)
           
 boolean getAutoScaleFont()
           
 Border getBorder()
           
 int getCount()
           
 Interior getInterior()
           
 Drawing getItem(int index)
           
 GroupObject group()
           
 boolean isShadow()
           
 void reshape(int vertex, boolean insert)
           
 void reshape(int vertex, boolean insert, double left)
           
 void reshape(int vertex, boolean insert, double left, double right)
           
 void setAutoScaleFont(boolean value)
           
 void setShadow(boolean value)
           
 
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

Drawings

public Drawings(Dispatch dispatch)
Method Detail

getAutoScaleFont

public boolean getAutoScaleFont()

setAutoScaleFont

public void setAutoScaleFont(boolean value)

getBorder

public Border getBorder()

getInterior

public Interior getInterior()

isShadow

public boolean isShadow()

setShadow

public void setShadow(boolean value)

reshape

public void reshape(int vertex,
                    boolean insert)

reshape

public void reshape(int vertex,
                    boolean insert,
                    double left)

reshape

public void reshape(int vertex,
                    boolean insert,
                    double left,
                    double right)

add

public Drawing add(double x1,
                   double y1,
                   double x2,
                   double y2,
                   boolean value)

getCount

public int getCount()

group

public GroupObject group()

getItem

public Drawing getItem(int index)