Package com.independentsoft.office
Class AlternateContentFallback
java.lang.Object
com.independentsoft.office.AlternateContentFallback
Represents the
mc:Fallback content of an AlternateContent
block - the markup a consumer uses when it understands none of the choices.-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new alternate content fallback.Instantiates a new alternate content fallback. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the raw XML payload of the fallback.voidsetInnerXml(String innerXml)Sets the raw XML payload of the fallback.toString()
-
Constructor Details
-
AlternateContentFallback
public AlternateContentFallback()Instantiates a new alternate content fallback. -
AlternateContentFallback
Instantiates a new alternate content fallback.- Parameters:
reader- the reader- Throws:
XMLStreamException- the XML stream exception
-
-
Method Details