Class CustomXmlCell
java.lang.Object
com.independentsoft.office.word.customMarkup.CustomXmlCell
- All Implemented Interfaces:
IContentElement,ICellContent
The Class CustomXmlCell.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new custom xml cell.CustomXmlCell(InternalXMLStreamReader reader)Instantiates a new custom xml cell. -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(CustomXmlCell customXmlCell)Adds the.voidadd(StructuredDocumentTagCell structuredDocumentTagCell)Adds the.voidAdds the.voidadd(ICellContent cellContent)Adds the.clone()Gets the content.getName()Gets the name.Gets the namespace.Gets the properties.voidSets the name.voidsetNamespace(String namespace)Sets the namespace.toString()
-
Constructor Details
-
CustomXmlCell
public CustomXmlCell()Instantiates a new custom xml cell. -
CustomXmlCell
Instantiates a new custom xml cell.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
add
Adds the.- Parameters:
cell- the cell
-
add
Adds the.- Parameters:
customXmlCell- the custom xml cell
-
add
Adds the.- Parameters:
structuredDocumentTagCell- the structured document tag cell
-
add
Adds the.- Parameters:
cellContent- the cell content
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
clone
- Specified by:
clonein interfaceICellContent- Specified by:
clonein interfaceIContentElement- Overrides:
clonein classObject
-
toString
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getNamespace
Gets the namespace.- Returns:
- the namespace
-
setNamespace
Sets the namespace.- Parameters:
namespace- the new namespace
-
getContent
Gets the content.- Returns:
- the content
-
getProperties
Gets the properties.- Returns:
- the properties
-