public class Html5ExportOptions extends ExportOptions
Constructor and Description |
---|
Html5ExportOptions() |
Modifier and Type | Method and Description |
---|---|
Html5ExportOptions |
animateShapes(Boolean animateShapes) |
Html5ExportOptions |
animateTransitions(Boolean animateTransitions) |
boolean |
equals(Object o) |
int |
hashCode() |
Boolean |
isAnimateShapes()
Gets or sets shapes animation option.
|
Boolean |
isAnimateTransitions()
Gets or sets transitions animation option.
|
void |
setAnimateShapes(Boolean animateShapes) |
void |
setAnimateTransitions(Boolean animateTransitions) |
String |
toString() |
addFontFallbackRulesItem, addFontSubstRulesItem, defaultRegularFont, fontFallbackRules, fontSubstRules, getDefaultRegularFont, getFontFallbackRules, getFontSubstRules, getFormat, setDefaultRegularFont, setFontFallbackRules, setFontSubstRules, setFormat
public Html5ExportOptions animateTransitions(Boolean animateTransitions)
public Boolean isAnimateTransitions()
public void setAnimateTransitions(Boolean animateTransitions)
public Html5ExportOptions animateShapes(Boolean animateShapes)
public Boolean isAnimateShapes()
public void setAnimateShapes(Boolean animateShapes)
public boolean equals(Object o)
equals
in class ExportOptions
public int hashCode()
hashCode
in class ExportOptions
public String toString()
toString
in class ExportOptions
Copyright © 2022. All rights reserved.