structuredocumenttagcell-ag凯发旗舰厅
com.spire.doc.documents
class structuredocumenttagcell
java.lang.object
com.spire.doc.ownerholder
com.spire.doc.documents.xml.documentserializable
com.spire.doc.documentobject
com.spire.doc.documentbase
com.spire.doc.documentcontainer
com.spire.doc.body
com.spire.doc.tablecell
com.spire.doc.documents.structuredocumenttagcell
- all implemented interfaces:
- istructuredocument, ibody, icompositeobject, idocumentobject
public class structuredocumenttagcell
- extends tablecell
- implements istructuredocument
this element specifies the presence of a structured document tag around a single table cell. 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.
methods inherited from class com.spire.doc.tablecell |
deepclone, getcellformat, getcellindex, getcellwidthtype, getgridspan, getownerrow, getscaling, getwidth, setcellwidth, setcellwidthtype, setscaling, setwidth, splitcell |
methods inherited from class com.spire.doc.body |
addparagraph, addtable, addtable, ensureminimum, getchildobjects, getfirstparagraph, getformfields, getlastparagraph, getparagraphs, gettables, hassdt, insertxhtml, insertxhtml, insertxhtml, isvalidxhtml, isvalidxhtml |
structuredocumenttagcell
public structuredocumenttagcell(tablerow ownerrow)
- initializes a new instance of the block-level structured document tag cell class.
- parameters:
ownerrow
- the ownerrow.
getdocumentobjecttype
public documentobjecttype getdocumentobjecttype()
- gets the type of the entity.
- specified by:
getdocumentobjecttype
in interface idocumentobject
- overrides:
getdocumentobjecttype
in class tablecell
- 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
updatedatabinding
public void updatedatabinding()
- updates stuctured documnet tag content with bound data.
- specified by:
updatedatabinding
in interface istructuredocument