Class StructuredDocumentTagCell
java.lang.Object
com.independentsoft.office.word.customMarkup.StructuredDocumentTagCell
- All Implemented Interfaces:
IContentElement,ICellContent
The Class StructuredDocumentTagCell.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new structured document tag cell.Instantiates a new structured document tag cell. -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ICellContent contentElement)Adds the.clone()Gets the content.Gets the end character run properties.Gets the properties.toString()
-
Constructor Details
-
StructuredDocumentTagCell
public StructuredDocumentTagCell()Instantiates a new structured document tag cell. -
StructuredDocumentTagCell
Instantiates a new structured document tag cell.- 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 interfaceICellContent- 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
-