Package com.independentsoft.office.word
Class AlternateContentFallback
java.lang.Object
com.independentsoft.office.word.AlternateContentFallback
Represents the mc:Fallback content inside an
AlternateContent element, used when no
AlternateContentChoice applies.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Clones this instance.Gets the raw XML content of the fallback (e.g.voidsetInnerXml(String innerXml)Sets the raw XML content of the fallback.toString()
-
Constructor Details
-
AlternateContentFallback
public AlternateContentFallback()Instantiates a new alternate content fallback.
-
-
Method Details
-
clone
Clones this instance. -
toString
-
getInnerXml
Gets the raw XML content of the fallback (e.g. a w:pict VML drawing).- Returns:
- the inner xml
-
setInnerXml
Sets the raw XML content of the fallback.- Parameters:
innerXml- the new inner xml
-