Package org.apache.poi.hwpf.usermodel
Class TableCell
java.lang.Object
org.apache.poi.hwpf.usermodel.Range
org.apache.poi.hwpf.usermodel.TableCell
-
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
ConstructorsConstructorDescriptionTableCell
(int startIdxInclusive, int endIdxExclusive, TableRow parent, int levelNum, TableCellDescriptor tcd, int leftEdge, int width) -
Method Summary
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, reset, sanityCheck, stripFields, text, toString
-
Constructor Details
-
TableCell
public TableCell(int startIdxInclusive, int endIdxExclusive, TableRow parent, int levelNum, TableCellDescriptor tcd, int leftEdge, int width)
-
-
Method Details
-
isFirstMerged
public boolean isFirstMerged() -
isMerged
public boolean isMerged() -
isVertical
public boolean isVertical() -
isBackward
public boolean isBackward() -
isRotateFont
public boolean isRotateFont() -
isVerticallyMerged
public boolean isVerticallyMerged() -
isFirstVerticallyMerged
public boolean isFirstVerticallyMerged() -
getVertAlign
public byte getVertAlign() -
getBrcTop
-
getBrcBottom
-
getBrcLeft
-
getBrcRight
-
getLeftEdge
public int getLeftEdge() -
getWidth
public int getWidth() -
getDescriptor
Returns the TableCellDescriptor for this cell.
-