org.eclipse.actf.model.dom.odf.table
Interface TableCellElement

All Superinterfaces:
Element, IStylable, ITextElementContainer, Node, ODFElement

public interface TableCellElement
extends ODFElement, IStylable, ITextElementContainer

Interface for <table:table-cell> element.


Method Summary
 String getAttrOfficeValue()
           
 String getAttrOfficeValueType()
           
 String getAttrTableFormula()
           
 int getAttrTableNumberColumnsRepeated()
           
 int getAttrTableNumberColumnsSpanned()
           
 String getAttrTableStyleName()
           
 int getTableColIndex()
           
 int getTableColSize()
           
 TableElement getTableElement()
           
 int getTableIndex()
           
 int getTableRowIndex()
           
 int getTableRowSize()
           
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from interface org.eclipse.actf.model.dom.odf.content.IStylable
addStyleListener, getStyle, removeStyleListener, setStyle
 
Methods inherited from interface org.eclipse.actf.model.dom.odf.range.ITextElementContainer
getChildIterator, getContentSize
 

Method Detail

getAttrTableStyleName

String getAttrTableStyleName()

getAttrOfficeValue

String getAttrOfficeValue()

getAttrOfficeValueType

String getAttrOfficeValueType()

getAttrTableFormula

String getAttrTableFormula()

getAttrTableNumberColumnsRepeated

int getAttrTableNumberColumnsRepeated()

getAttrTableNumberColumnsSpanned

int getAttrTableNumberColumnsSpanned()

getTableIndex

int getTableIndex()

getTableElement

TableElement getTableElement()

getTableColIndex

int getTableColIndex()

getTableRowIndex

int getTableRowIndex()

getTableColSize

int getTableColSize()

getTableRowSize

int getTableRowSize()

setValue

void setValue(String value)

getValue

String getValue()