Class AlternateContentFallback

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

public class AlternateContentFallback extends Object
Represents the mc:Fallback content inside an AlternateContent element, used when no AlternateContentChoice applies.
  • Constructor Details

    • AlternateContentFallback

      public AlternateContentFallback()
      Instantiates a new alternate content fallback.
  • Method Details

    • clone

      public AlternateContentFallback clone()
      Clones this instance.
      Overrides:
      clone in class Object
      Returns:
      the cloned alternate content fallback
    • toString

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

      public String getInnerXml()
      Gets the raw XML content of the fallback (e.g. a w:pict VML drawing).
      Returns:
      the inner xml
    • setInnerXml

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