Class StructuredDocumentTag
java.lang.Object
com.independentsoft.office.word.customMarkup.StructuredDocumentTag
- All Implemented Interfaces:
IContentElement,IBlockContent,IBlockElement
The Class StructuredDocumentTag.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new structured document tag.Instantiates a new structured document tag. -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(IBlockElement contentElement)Adds the.voidAdds the.voidAdds the.clone()Gets the content.Gets the end character run properties.Gets the properties.toString()
-
Constructor Details
-
StructuredDocumentTag
public StructuredDocumentTag()Instantiates a new structured document tag. -
StructuredDocumentTag
Instantiates a new structured document tag.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
add
Adds the.- Parameters:
paragraph- the paragraph
-
add
Adds the.- Parameters:
table- the table
-
add
Adds the.- Parameters:
contentElement- the content element
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
clone
- Specified by:
clonein interfaceIBlockContent- Specified by:
clonein interfaceIBlockElement- Specified by:
clonein interfaceIContentElement- 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
-