| |
|
| java.lang.Object org.apache.poi.hwpf.usermodel.Range org.apache.poi.hwpf.usermodel.Paragraph org.apache.poi.hwpf.usermodel.TableRow
Constructor Summary | |
public | TableRow(int startIdx, int endIdx, Table parent, int levelNum) |
TableRow | public TableRow(int startIdx, int endIdx, Table parent, int levelNum)(Code) | | |
cantSplit | public boolean cantSplit()(Code) | | |
getGapHalf | public int getGapHalf()(Code) | | |
getRowHeight | public int getRowHeight()(Code) | | |
getRowJustification | public int getRowJustification()(Code) | | |
isTableHeader | public boolean isTableHeader()(Code) | | |
numCells | public int numCells()(Code) | | |
setCantSplit | public void setCantSplit(boolean cantSplit)(Code) | | |
setGapHalf | public void setGapHalf(int dxaGapHalf)(Code) | | |
setRowHeight | public void setRowHeight(int dyaRowHeight)(Code) | | |
setRowJustification | public void setRowJustification(int jc)(Code) | | |
setTableHeader | public void setTableHeader(boolean tableHeader)(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)
|
|
|
|