com.moyosoft.connector.ms.excel
Class Phonetics

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

public class Phonetics
extends ExcelCollection


Constructor Summary
Phonetics(Dispatch dispatch)
           
 
Method Summary
 void add(int start, int length, java.lang.String text)
           
 void delete()
           
 int getAlignment()
           
 int getCharacterType()
           
 int getCount()
           
 Font getFont()
           
 Phonetic getItem(int index)
           
 int getLength()
           
 int getStart()
           
 java.lang.String getText()
           
 boolean isVisible()
           
 void setAlignment(int value)
           
 void setCharacterType(int value)
           
 void setText(java.lang.String value)
           
 void setVisible(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

Phonetics

public Phonetics(Dispatch dispatch)
Method Detail

getCount

public int getCount()

getStart

public int getStart()

getLength

public int getLength()

isVisible

public boolean isVisible()

setVisible

public void setVisible(boolean value)

getCharacterType

public int getCharacterType()

setCharacterType

public void setCharacterType(int value)

getAlignment

public int getAlignment()

setAlignment

public void setAlignment(int value)

getFont

public Font getFont()

getItem

public Phonetic getItem(int index)

delete

public void delete()

add

public void add(int start,
                int length,
                java.lang.String text)

getText

public java.lang.String getText()

setText

public void setText(java.lang.String value)