|
|||||||||
| 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 | |
|---|---|
void |
backupChildObjects()
|
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 |
makeChanges(boolean acceptChanges)
Accepts or rejects changes tracked from the moment of last change acceptance. |
void |
revertChildObjects()
|
void |
updateDataBinding()
Updates stuctured documnet tag content with bound data. |
| Methods inherited from class com.spire.doc.fields.ParagraphBase |
|---|
applyCharacterFormat, applyStyle, getCharacterFormat, getDeleteRevision, getInsertRevision, getNextWidgetSibling, getOwnerParagraph, getPreviousWidgetSibling, getStyleName, isDeleteRevision, isInsertRevision |
| Methods inherited from class com.spire.doc.DocumentObject |
|---|
deepClone, getFirstChild, getLastChild, getNextSibling, getOwner, getPreviousSibling, isComposite, prependChild, 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 |
| Constructor Detail |
|---|
public StructureDocumentTagInline(Document doc)
doc - The doc.| Method Detail |
|---|
public SDTInlineContent getSDTContent()
public SDTProperties getSDTProperties()
getSDTProperties in interface IStructureDocumentpublic CharacterFormat getBreakCharacterFormat()
getBreakCharacterFormat in interface IStructureDocumentpublic DocumentObjectType getDocumentObjectType()
getDocumentObjectType in interface IDocumentObjectgetDocumentObjectType in class DocumentObjectpublic DocumentObjectCollection getChildObjects()
getChildObjects in interface ICompositeObjectgetChildObjects in class ParagraphBasepublic void backupChildObjects()
public void revertChildObjects()
public void makeChanges(boolean acceptChanges)
acceptChanges - if it accepts changes, set to public void updateDataBinding()
updateDataBinding in interface IStructureDocument
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||