Class AltChunkProperties

java.lang.Object
com.independentsoft.office.word.AltChunkProperties

public class AltChunkProperties extends Object
Represents the altChunkPr properties of an AltChunk. The content is preserved verbatim as raw inner XML.
  • Constructor Details

    • AltChunkProperties

      public AltChunkProperties()
      Instantiates a new alt chunk properties.
  • Method Details

    • clone

      public AltChunkProperties clone()
      Clones this instance.
      Overrides:
      clone in class Object
      Returns:
      the cloned alt chunk properties
    • toString

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

      public String getInnerXml()
      Gets the raw inner XML content.
      Returns:
      the inner xml
    • setInnerXml

      public void setInnerXml(String innerXml)
      Sets the raw inner XML content.
      Parameters:
      innerXml - the new inner xml