Package org.apache.poi.hwpf.usermodel
Class TableCell
- java.lang.Object
-
- org.apache.poi.hwpf.usermodel.Range
-
- org.apache.poi.hwpf.usermodel.TableCell
-
public final class TableCell 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
-
-
Constructor Summary
Constructors Constructor Description TableCell(int startIdxInclusive, int endIdxExclusive, TableRow parent, int levelNum, TableCellDescriptor tcd, int leftEdge, int width)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BorderCodegetBrcBottom()BorderCodegetBrcLeft()BorderCodegetBrcRight()BorderCodegetBrcTop()TableCellDescriptorgetDescriptor()Returns the TableCellDescriptor for this cell.intgetLeftEdge()bytegetVertAlign()intgetWidth()booleanisBackward()booleanisFirstMerged()booleanisFirstVerticallyMerged()booleanisMerged()booleanisRotateFont()booleanisVertical()booleanisVerticallyMerged()-
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
-
TableCell
public TableCell(int startIdxInclusive, int endIdxExclusive, TableRow parent, int levelNum, TableCellDescriptor tcd, int leftEdge, int width)
-
-
Method Detail
-
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
public BorderCode getBrcTop()
-
getBrcBottom
public BorderCode getBrcBottom()
-
getBrcLeft
public BorderCode getBrcLeft()
-
getBrcRight
public BorderCode getBrcRight()
-
getLeftEdge
public int getLeftEdge()
-
getWidth
public int getWidth()
-
getDescriptor
public TableCellDescriptor getDescriptor()
Returns the TableCellDescriptor for this cell.
-
-