|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.documents.xml.DocumentSerializable
com.spire.doc.DocumentObject
com.spire.doc.DocumentBase
com.spire.doc.TableRow
public class TableRow
Constructor Summary | |
---|---|
TableRow(IDocument document)
Initializes a new instance of the |
Method Summary | |
---|---|
TableCell |
addCell()
Adds the cell. |
TableCell |
addCell(boolean isCopyFormat)
Adds the cell. |
TableRow |
deepClone()
Clones this instance. |
CellCollection |
getCells()
Returns or sets cell collection. |
DocumentObjectCollection |
getChildObjects()
Gets the child object. |
DocumentObjectType |
getDocumentObjectType()
Gets the type of the document object. |
float |
getHeight()
Returns or setsheight of the row. |
TableRowHeightType |
getHeightType()
Get / set table row height type |
RowFormat |
getRowFormat()
Gets table format |
int |
getRowIndex()
Returns index of the row in owner table. |
boolean |
isHeader()
Returns or sets whether the row is a table header. |
void |
isHeader(boolean value)
Returns or sets whether the row is a table header. |
void |
setCells(CellCollection value)
Returns or sets cell collection. |
void |
setHeight(float value)
Returns or setsheight of the row. |
void |
setHeightType(TableRowHeightType value)
Get / set table row height type |
Methods inherited from class com.spire.doc.DocumentObject |
---|
getFirstChild, getLastChild, getNextSibling, getNextWidgetSibling, getOwner, getPreviousSibling, getPreviousWidgetSibling, isComposite, prependChild, toString |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Methods inherited from interface com.spire.doc.interfaces.IDocumentObject |
---|
getDocument, getNextSibling, getOwner, getPreviousSibling, isComposite |
Constructor Detail |
---|
public TableRow(IDocument document)
document
- The document.Method Detail |
---|
public DocumentObjectCollection getChildObjects()
getChildObjects
in interface ICompositeObject
getChildObjects
in class DocumentObject
public DocumentObjectType getDocumentObjectType()
getDocumentObjectType
in interface IDocumentObject
getDocumentObjectType
in class DocumentObject
public CellCollection getCells()
public void setCells(CellCollection value)
public TableRowHeightType getHeightType()
public void setHeightType(TableRowHeightType value)
public RowFormat getRowFormat()
public float getHeight()
public void setHeight(float value)
public boolean isHeader()
public void isHeader(boolean value)
public TableRow deepClone()
deepClone
in interface IDocumentObject
deepClone
in class DocumentObject
public TableCell addCell()
public TableCell addCell(boolean isCopyFormat)
isCopyFormat
- Specifies whether to apply the parent row format.
public int getRowIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |