|
|||||||||
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 tablerow class. |
method summary | |
---|---|
tablecell |
addcell()
adds the cell. |
tablecell |
addcell(boolean iscopyformat)
adds the cell. |
tablerow |
deepclone()
clones this instance. |
cellcollection |
getcells()
gets cell collection. |
documentobjectcollection |
getchildobjects()
gets the child object. |
documentobjecttype |
getdocumentobjecttype()
gets the type of the document object. |
float |
getheight()
gets height of the row. |
tablerowheighttype |
getheighttype()
get table row height type |
rowformat |
getrowformat()
gets table format |
int |
getrowindex()
returns index of the row in owner table. |
boolean |
isheader()
gets whether the row is a table header. |
void |
isheader(boolean value)
sets whether the row is a table header. |
void |
setcells(cellcollection value)
sets cell collection. |
void |
setheight(float value)
sets height of the row. |
void |
setheighttype(tablerowheighttype value)
set table row height type |
methods inherited from class com.spire.doc.documentobject |
---|
getfirstchild, getlastchild, getnextsibling, getowner, getprevioussibling, iscomposite, 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)
tablerow
class.
document
- the documentmethod 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)
value
- cellcollectionpublic tablerowheighttype getheighttype()
public void setheighttype(tablerowheighttype value)
value
- tablerowheighttypepublic rowformat getrowformat()
public float getheight()
public void setheight(float value)
value
- floatpublic boolean isheader()
public void isheader(boolean value)
value
- valuepublic 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 |