structuredocumenttaginline-ag凯发旗舰厅



com.spire.doc.documents
class structuredocumenttaginline

java.lang.object
  extended by com.spire.doc.ownerholder
      extended by com.spire.doc.documents.xml.documentserializable
          extended by com.spire.doc.documentobject
              extended by com.spire.doc.documentbase
                  extended by com.spire.doc.fields.paragraphbase
                      extended by com.spire.doc.documents.structuredocumenttaginline
all implemented interfaces:
irunattrsource, istructuredocument, icompositeobject, idocumentobject, iparagraphbase

public class structuredocumenttaginline
extends paragraphbase
implements istructuredocument, iparagraphbase

this element specifies the presence of a structured document tag around one or more inline-level structures (runs, drawingml objects, fields, etc.) in the current paragraph. 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
structuredocumenttaginline(document doc)
          initializes a new instance of the inline-level structured document tag class.
 
method summary
 characterformat getbreakcharacterformat()
          gets character format for the break symbol.
 documentobjectcollection getchildobjects()
          gets the child entities.
 documentobjecttype getdocumentobjecttype()
          gets the type of the entity.
 sdtinlinecontent getsdtcontent()
          gets a valie specifies the last known contents of a structured document tag around one or more inline-level structures.
 sdtproperties getsdtproperties()
          gets the structured document tag properties.
 void updatedatabinding()
          updates stuctured documnet tag content with bound data.
 
methods inherited from class com.spire.doc.fields.paragraphbase
applycharacterformat, applystyle, getancestor, getcharacterformat, getownerparagraph, getstylename, isdeleterevision, isinsertrevision
 
methods inherited from class com.spire.doc.documentobject
deepclone, 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
deepclone, getdocument, getnextsibling, getowner, getprevioussibling, iscomposite
 
methods inherited from interface com.spire.doc.interfaces.iparagraphbase
applystyle, getownerparagraph, getstylename
 
methods inherited from interface com.spire.doc.documents.irunattrsource
clearrunattrs, fetchinheritedrunattr, getdirectrunattr, getdirectrunattrbyindex, getdirectrunattrscount, setrunattr
 
constructor detail

structuredocumenttaginline

public structuredocumenttaginline(document doc)
initializes a new instance of the inline-level structured document tag class.
parameters:
doc - the doc.
method detail

getsdtcontent

public sdtinlinecontent getsdtcontent()
gets a valie specifies the last known contents of a structured document tag around one or more inline-level structures.
returns:
sdtinlinecontent

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

getdocumentobjecttype

public documentobjecttype getdocumentobjecttype()
gets the type of the entity.
specified by:
getdocumentobjecttype in interface idocumentobject
specified by:
getdocumentobjecttype in class documentobject
returns:
the type of the entity.

getchildobjects

public documentobjectcollection getchildobjects()
gets the child entities.
specified by:
getchildobjects in interface icompositeobject
overrides:
getchildobjects in class paragraphbase
returns:
the child entities.

updatedatabinding

public void updatedatabinding()
updates stuctured documnet tag content with bound data.
specified by:
updatedatabinding in interface istructuredocument


网站地图