Package org.apache.poi.hwpf.usermodel
Class TableRow
- java.lang.Object
-
- org.apache.poi.hwpf.usermodel.Range
-
- org.apache.poi.hwpf.usermodel.TableRow
-
public final class TableRow extends Range
-
-
Field Summary
-
Fields inherited from class org.apache.poi.hwpf.usermodel.Range
TYPE_CHARACTER, TYPE_LISTENTRY, TYPE_PARAGRAPH, TYPE_SECTION, TYPE_TABLE, TYPE_TEXT, TYPE_UNDEFINED
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancantSplit()BorderCodegetBarBorder()BorderCodegetBottomBorder()TableCellgetCell(int index)intgetGapHalf()BorderCodegetHorizontalBorder()BorderCodegetLeftBorder()BorderCodegetRightBorder()intgetRowHeight()intgetRowJustification()BorderCodegetTopBorder()BorderCodegetVerticalBorder()booleanisTableHeader()intnumCells()voidsetCantSplit(boolean cantSplit)voidsetGapHalf(int dxaGapHalf)voidsetRowHeight(int dyaRowHeight)voidsetRowJustification(int jc)voidsetTableHeader(boolean tableHeader)-
Methods inherited from class org.apache.poi.hwpf.usermodel.Range
delete, getCharacterRun, getEndOffset, getParagraph, getSection, getStartOffset, getTable, insertAfter, insertBefore, insertTableBefore, numCharacterRuns, numParagraphs, numSections, replaceText, replaceText, replaceText, sanityCheck, stripFields, text, toString
-
-
-
-
Constructor Detail
-
TableRow
public TableRow(int startIdxInclusive, int endIdxExclusive, Table parent, int levelNum)
-
-
Method Detail
-
cantSplit
public boolean cantSplit()
-
getBarBorder
public BorderCode getBarBorder()
-
getBottomBorder
public BorderCode getBottomBorder()
-
getCell
public TableCell getCell(int index)
-
getGapHalf
public int getGapHalf()
-
getHorizontalBorder
public BorderCode getHorizontalBorder()
-
getLeftBorder
public BorderCode getLeftBorder()
-
getRightBorder
public BorderCode getRightBorder()
-
getRowHeight
public int getRowHeight()
-
getRowJustification
public int getRowJustification()
-
getTopBorder
public BorderCode getTopBorder()
-
getVerticalBorder
public BorderCode getVerticalBorder()
-
isTableHeader
public boolean isTableHeader()
-
numCells
public int numCells()
-
setCantSplit
public void setCantSplit(boolean cantSplit)
-
setGapHalf
public void setGapHalf(int dxaGapHalf)
-
setRowHeight
public void setRowHeight(int dyaRowHeight)
-
setRowJustification
public void setRowJustification(int jc)
-
setTableHeader
public void setTableHeader(boolean tableHeader)
-
-