Package org.apache.poi.hwpf.usermodel
Class TableRow
java.lang.Object
org.apache.poi.hwpf.usermodel.Range
org.apache.poi.hwpf.usermodel.TableRow
-
Field Summary
Fields inherited from class org.apache.poi.hwpf.usermodel.Range
_characters, _charEnd, _charRangeFound, _charStart, _doc, _end, _paragraphs, _parEnd, _parRangeFound, _parStart, _sectionEnd, _sections, _sectionStart, _start, _text, TYPE_CHARACTER, TYPE_LISTENTRY, TYPE_PARAGRAPH, TYPE_SECTION, TYPE_TABLE, TYPE_TEXT, TYPE_UNDEFINED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCell(int index) intintintbooleanintnumCells()protected voidreset()resets the list indexes.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
adjustFIB, delete, getCharacterRun, getDocument, getEndOffset, getParagraph, getSection, getStartOffset, getTable, initAll, insertAfter, insertBefore, insertTableBefore, numCharacterRuns, numParagraphs, numSections, replaceText, replaceText, replaceText, sanityCheck, stripFields, text, toString
-
Constructor Details
-
TableRow
-
-
Method Details
-
cantSplit
public boolean cantSplit() -
getBarBorder
-
getBottomBorder
-
getCell
-
getGapHalf
public int getGapHalf() -
getHorizontalBorder
-
getLeftBorder
-
getRightBorder
-
getRowHeight
public int getRowHeight() -
getRowJustification
public int getRowJustification() -
getTopBorder
-
getVerticalBorder
-
isTableHeader
public boolean isTableHeader() -
numCells
public int numCells() -
reset
protected void reset()Description copied from class:Rangeresets the list indexes. -
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)
-