|
|||||||||
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.fields.ParagraphBase
com.spire.doc.documents.StructureDocumentTagInline
public class StructureDocumentTagInline
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 |
---|
public StructureDocumentTagInline(Document doc)
doc
- The doc.Method Detail |
---|
public SDTInlineContent getSDTContent()
public SDTProperties getSDTProperties()
getSDTProperties
in interface IStructureDocument
public CharacterFormat getBreakCharacterFormat()
getBreakCharacterFormat
in interface IStructureDocument
public DocumentObjectType getDocumentObjectType()
getDocumentObjectType
in interface IDocumentObject
getDocumentObjectType
in class DocumentObject
public DocumentObjectCollection getChildObjects()
getChildObjects
in interface ICompositeObject
getChildObjects
in class ParagraphBase
public void updateDataBinding()
updateDataBinding
in interface IStructureDocument
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |