|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acesoft.aceoffix.wordreader.Cell
public class Cell
Cell class represents a cell in Word table.
Representing a cell in Word table, cell class is used to read data in cells of Word table. You can only call the Table.openCellRC(int, int) method to get the Cell object.
Method Summary | |
---|---|
int |
getColumnIndex()
Gets the column index of the cell. |
int |
getRowIndex()
Gets the row index of the cell. |
java.util.ArrayList<Shape> |
getShapes()
Gets the Shape collection contained in the Cell. |
java.lang.String |
getValue()
Gets the value of the Cell. |
Shape |
openShape(int index)
Opens the specified shape and returns a Shape object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.util.ArrayList<Shape> getShapes() throws java.io.IOException, java.lang.Exception
java.io.IOException
java.lang.Exception
public java.lang.String getValue() throws java.io.IOException
java.io.IOException
public int getRowIndex()
public int getColumnIndex()
public Shape openShape(int index) throws java.lang.Exception
If the specified Shape exists, this method will return the Shape object.
index
- The index of the Shape. It is the same as the Table index defined in Microsoft Word. Both of them start from "1".
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |