Class CustomXmlRow
java.lang.Object
com.independentsoft.office.word.customMarkup.CustomXmlRow
- All Implemented Interfaces:
IContentElement,IRowContent
The Class CustomXmlRow.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new custom xml row.CustomXmlRow(InternalXMLStreamReader reader)Instantiates a new custom xml 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.getName()Gets the name.Gets the namespace.Gets the properties.voidSets the name.voidsetNamespace(String namespace)Sets the namespace.toString()
-
Constructor Details
-
CustomXmlRow
public CustomXmlRow()Instantiates a new custom xml row. -
CustomXmlRow
Instantiates a new custom xml 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
-
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
-