Class StructuredDocumentTagRow
java.lang.Object
com.independentsoft.office.word.customMarkup.StructuredDocumentTagRow
- All Implemented Interfaces:
IContentElement,IRowContent
The Class StructuredDocumentTagRow.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new structured document tag row.Instantiates a new structured document tag row. -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(CustomXmlRow customXmlRow)Adds the.voidadd(StructuredDocumentTagRow structuredDocumentTagRow)Adds the.voidadd(IRowContent rowContent)Adds the.voidAdds the.clone()Gets the content.Gets the end character run properties.Gets the properties.toString()
-
Constructor Details
-
StructuredDocumentTagRow
public StructuredDocumentTagRow()Instantiates a new structured document tag row. -
StructuredDocumentTagRow
Instantiates a new structured document tag row.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
add
Adds the.- Parameters:
row- the row
-
add
Adds the.- Parameters:
customXmlRow- the custom xml row
-
add
Adds the.- Parameters:
structuredDocumentTagRow- the structured document tag row
-
add
Adds the.- Parameters:
rowContent- the row content
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
clone
- Specified by:
clonein interfaceIContentElement- Specified by:
clonein interfaceIRowContent- 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
-