Class CustomXmlRow

java.lang.Object
com.independentsoft.office.word.customMarkup.CustomXmlRow
All Implemented Interfaces:
IContentElement, IRowContent

public class CustomXmlRow extends Object implements IRowContent
The Class CustomXmlRow.
  • Constructor Details

  • Method Details

    • add

      public void add(Row row)
      Adds the.
      Parameters:
      row - the row
    • add

      public void add(CustomXmlRow customXmlRow)
      Adds the.
      Parameters:
      customXmlRow - the custom xml row
    • add

      public void add(StructuredDocumentTagRow structuredDocumentTagRow)
      Adds the.
      Parameters:
      structuredDocumentTagRow - the structured document tag row
    • add

      public void add(IRowContent rowContent)
      Adds the.
      Parameters:
      rowContent - the row content
    • getContentElements

      public List<IContentElement> getContentElements()
      Specified by:
      getContentElements in interface IContentElement
    • clone

      public CustomXmlRow clone()
      Specified by:
      clone in interface IContentElement
      Specified by:
      clone in interface IRowContent
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getNamespace

      public String getNamespace()
      Gets the namespace.
      Returns:
      the namespace
    • setNamespace

      public void setNamespace(String namespace)
      Sets the namespace.
      Parameters:
      namespace - the new namespace
    • getContent

      public List<IRowContent> getContent()
      Gets the content.
      Returns:
      the content
    • getProperties

      public CustomXmlProperties getProperties()
      Gets the properties.
      Returns:
      the properties