org.apache.poi.hwpf.usermodel
Class TableCell

java.lang.Object
  extended by org.apache.poi.hwpf.usermodel.Range
      extended by org.apache.poi.hwpf.usermodel.TableCell

public class TableCell
extends Range


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, _textEnd, _textRangeFound, _textStart, TYPE_CHARACTER, TYPE_LISTENTRY, TYPE_PARAGRAPH, TYPE_SECTION, TYPE_TABLE, TYPE_TEXT, TYPE_UNDEFINED
 
Constructor Summary
TableCell(int startIdx, int endIdx, TableRow parent, int levelNum, TableCellDescriptor tcd, int leftEdge, int width)
           
 
Method Summary
 BorderCode getBrcBottom()
           
 BorderCode getBrcLeft()
           
 BorderCode getBrcRight()
           
 BorderCode getBrcTop()
           
 int getLeftEdge()
           
 byte getVertAlign()
           
 int getWidth()
           
 boolean isBackward()
           
 boolean isFirstMerged()
           
 boolean isFirstVerticallyMerged()
           
 boolean isMerged()
           
 boolean isRotateFont()
           
 boolean isVertical()
           
 boolean isVerticallyMerged()
           
 
Methods inherited from class org.apache.poi.hwpf.usermodel.Range
adjustFIB, delete, getCharacterRun, getDocument, getEndOffset, getParagraph, getSection, getStartOffset, getTable, initAll, insertAfter, insertAfter, insertAfter, insertAfter, insertAfter, insertBefore, insertBefore, insertBefore, insertBefore, insertBefore, insertBefore, numCharacterRuns, numParagraphs, numSections, replaceText, text, type, usesUnicode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableCell

public TableCell(int startIdx,
                 int endIdx,
                 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()


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.