public final class TableRow extends 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 and Description |
---|
TableRow(int startIdxInclusive,
int endIdxExclusive,
Table parent,
int levelNum) |
Modifier and Type | Method and Description |
---|---|
boolean |
cantSplit() |
BorderCode |
getBarBorder() |
BorderCode |
getBottomBorder() |
TableCell |
getCell(int index) |
int |
getGapHalf() |
BorderCode |
getHorizontalBorder() |
BorderCode |
getLeftBorder() |
BorderCode |
getRightBorder() |
int |
getRowHeight() |
int |
getRowJustification() |
BorderCode |
getTopBorder() |
BorderCode |
getVerticalBorder() |
boolean |
isTableHeader() |
int |
numCells() |
protected void |
reset()
resets the list indexes.
|
void |
setCantSplit(boolean cantSplit) |
void |
setGapHalf(int dxaGapHalf) |
void |
setRowHeight(int dyaRowHeight) |
void |
setRowJustification(int jc) |
void |
setTableHeader(boolean tableHeader) |
adjustFIB, delete, getCharacterRun, getDocument, getEndOffset, getParagraph, getSection, getStartOffset, getTable, initAll, insertAfter, insertAfter, insertAfter, insertAfter, insertAfter, insertBefore, insertBefore, insertBefore, insertBefore, insertBefore, insertBefore, insertTableBefore, numCharacterRuns, numParagraphs, numSections, replaceText, replaceText, replaceText, sanityCheck, stripFields, text, toString, type, usesUnicode
public TableRow(int startIdxInclusive, int endIdxExclusive, Table parent, int levelNum)
public boolean cantSplit()
public BorderCode getBarBorder()
public BorderCode getBottomBorder()
public TableCell getCell(int index)
public int getGapHalf()
public BorderCode getHorizontalBorder()
public BorderCode getLeftBorder()
public BorderCode getRightBorder()
public int getRowHeight()
public int getRowJustification()
public BorderCode getTopBorder()
public BorderCode getVerticalBorder()
public boolean isTableHeader()
public int numCells()
protected void reset()
Range
public void setCantSplit(boolean cantSplit)
public void setGapHalf(int dxaGapHalf)
public void setRowHeight(int dyaRowHeight)
public void setRowJustification(int jc)
public void setTableHeader(boolean tableHeader)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.