Class AlternateContentFallback

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

public class AlternateContentFallback extends Object
Represents the mc:Fallback content of an AlternateContent block - the markup a consumer uses when it understands none of the choices.
  • Constructor Details

    • AlternateContentFallback

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

      public AlternateContentFallback(InternalXMLStreamReader reader) throws XMLStreamException
      Instantiates a new alternate content fallback.
      Parameters:
      reader - the reader
      Throws:
      XMLStreamException - the XML stream exception
  • Method Details

    • clone

      public AlternateContentFallback clone()
      Overrides:
      clone in class Object
    • toString

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

      public String getInnerXml()
      Gets the raw XML payload of the fallback.
      Returns:
      the inner XML
    • setInnerXml

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