structuredocumenttagrow-ag凯发旗舰厅
com.spire.doc.documents
class structuredocumenttagrow
java.lang.object
com.spire.doc.ownerholder
com.spire.doc.documents.xml.documentserializable
com.spire.doc.documentobject
com.spire.doc.documentbase
com.spire.doc.tablerow
com.spire.doc.documents.structuredocumenttagrow
- all implemented interfaces:
- istructuredocument, icompositeobject, idocumentobject
public class structuredocumenttagrow
- extends tablerow
- implements istructuredocument
this element specifies the presence of a structured document tag around a single table row. the two child
elements of this element shall be used to specify the properties and content of the current structured document
tag via the sdtpr and sdtcontent elements, respectively.
constructor summary |
structuredocumenttagrow(table ownertable)
initializes a new instance of the block-level structured document tag row class. |
methods inherited from class com.spire.doc.tablerow |
addcell, addcell, deepclone, getheight, getheighttype, getrowformat, getrowindex, isheader, isheader, setheight, setheighttype |
structuredocumenttagrow
public structuredocumenttagrow(table ownertable)
- initializes a new instance of the block-level structured document tag row class.
- parameters:
ownertable
- the owner table.
getdocumentobjecttype
public documentobjecttype getdocumentobjecttype()
- gets the type of the entity.
- specified by:
getdocumentobjecttype
in interface idocumentobject
- overrides:
getdocumentobjecttype
in class tablerow
- returns:
- documentobjecttype
getsdtproperties
public sdtproperties getsdtproperties()
- gets the structured document tag properties.
- specified by:
getsdtproperties
in interface istructuredocument
- returns:
- sdtproperties
getbreakcharacterformat
public characterformat getbreakcharacterformat()
- gets character format for the break symbol.
- specified by:
getbreakcharacterformat
in interface istructuredocument
- returns:
- characterformat
getchildobjects
public documentobjectcollection getchildobjects()
- gets the child object.
- specified by:
getchildobjects
in interface icompositeobject
- overrides:
getchildobjects
in class tablerow
- returns:
- the child object.
getcells
public cellcollection getcells()
- returns or sets cell collection.
- overrides:
getcells
in class tablerow
- returns:
- cellcollection
setcells
public void setcells(cellcollection value)
- description copied from class:
tablerow
- sets cell collection.
- overrides:
setcells
in class tablerow
- parameters:
value
- cellcollection
updatedatabinding
public void updatedatabinding()
- updates stuctured documnet tag content with bound data.
- specified by:
updatedatabinding
in interface istructuredocument