| java.lang.Object org.apache.poi.hwpf.usermodel.Range org.apache.poi.hwpf.usermodel.Table
Constructor Summary | |
| Table(int startIdx, int endIdx, Range parent, int levelNum) |
Table | Table(int startIdx, int endIdx, Range parent, int levelNum)(Code) | | |
numRows | public int numRows()(Code) | | |
Methods inherited from org.apache.poi.hwpf.usermodel.Range | public void delete()(Code)(Java Doc) public CharacterRun getCharacterRun(int index)(Code)(Java Doc) public Paragraph getParagraph(int index)(Code)(Java Doc) public Section getSection(int index)(Code)(Java Doc) public Table getTable(Paragraph paragraph)(Code)(Java Doc) protected void initAll()(Code)(Java Doc) public CharacterRun insertAfter(String text)(Code)(Java Doc) public CharacterRun insertAfter(String text, CharacterProperties props)(Code)(Java Doc) public Paragraph insertAfter(ParagraphProperties props, int styleIndex)(Code)(Java Doc) protected Paragraph insertAfter(ParagraphProperties props, int styleIndex, String text)(Code)(Java Doc) public ListEntry insertAfter(ParagraphProperties props, int listID, int level, int styleIndex)(Code)(Java Doc) public CharacterRun insertBefore(String text)(Code)(Java Doc) public CharacterRun insertBefore(String text, CharacterProperties props)(Code)(Java Doc) public Paragraph insertBefore(ParagraphProperties props, int styleIndex)(Code)(Java Doc) protected Paragraph insertBefore(ParagraphProperties props, int styleIndex, String text)(Code)(Java Doc) public Table insertBefore(TableProperties props, int rows)(Code)(Java Doc) public ListEntry insertBefore(ParagraphProperties props, int listID, int level, int styleIndex)(Code)(Java Doc) public int numCharacterRuns()(Code)(Java Doc) public int numParagraphs()(Code)(Java Doc) public int numSections()(Code)(Java Doc) public String text()(Code)(Java Doc) public int type()(Code)(Java Doc)
|
|
|