java.lang.Object
com.independentsoft.office.word.customMarkup.CustomXml
All Implemented Interfaces:
IContentElement, IBlockContent, IBlockElement

public class CustomXml extends Object implements IBlockContent
The Class CustomXml.
  • Constructor Details

  • Method Details

    • add

      public void add(Paragraph paragraph)
      Adds the.
      Parameters:
      paragraph - the paragraph
    • add

      public void add(Table table)
      Adds the.
      Parameters:
      table - the table
    • add

      public void add(CustomXml customXml)
      Adds the.
      Parameters:
      customXml - the custom xml
    • add

      public void add(StructuredDocumentTag structuredDocumentTag)
      Adds the.
      Parameters:
      structuredDocumentTag - the structured document tag
    • add

      public void add(IBlockElement contentElement)
      Adds the.
      Parameters:
      contentElement - the content element
    • getContentElements

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

      public CustomXml clone()
      Specified by:
      clone in interface IBlockContent
      Specified by:
      clone in interface IBlockElement
      Specified by:
      clone in interface IContentElement
      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<IBlockElement> getContent()
      Gets the content.
      Returns:
      the content
    • getProperties

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