Class StructuredDocumentTagRun
java.lang.Object
com.independentsoft.office.word.customMarkup.StructuredDocumentTagRun
- All Implemented Interfaces:
IContentElement,IContentRunContent,IParagraphContent,IRunTrackChangeContent
The Class StructuredDocumentTagRun.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new structured document tag run.Instantiates a new structured document tag run. -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(IParagraphContent contentElement)Adds the.clone()Gets the content.Gets the end character run properties.Gets the properties.toString()
-
Constructor Details
-
StructuredDocumentTagRun
public StructuredDocumentTagRun()Instantiates a new structured document tag run. -
StructuredDocumentTagRun
Instantiates a new structured document tag run.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
add
Adds the.- Parameters:
contentElement- the content element
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
clone
- Specified by:
clonein interfaceIContentElement- Specified by:
clonein interfaceIContentRunContent- Specified by:
clonein interfaceIParagraphContent- Specified by:
clonein interfaceIRunTrackChangeContent- Overrides:
clonein classObject
-
toString
-
getContent
Gets the content.- Returns:
- the content
-
getProperties
Gets the properties.- Returns:
- the properties
-
getEndCharacterRunProperties
Gets the end character run properties.- Returns:
- the end character run properties
-