public class ExportOptions extends Object
Constructor and Description |
---|
ExportOptions() |
Modifier and Type | Method and Description |
---|---|
ExportOptions |
addFontFallbackRulesItem(FontFallbackRule fontFallbackRulesItem) |
ExportOptions |
defaultRegularFont(String defaultRegularFont) |
boolean |
equals(Object o) |
ExportOptions |
fontFallbackRules(List<FontFallbackRule> fontFallbackRules) |
String |
getDefaultRegularFont()
Default regular font for rendering the presentation.
|
List<FontFallbackRule> |
getFontFallbackRules()
Gets of sets list of font fallback rules.
|
String |
getFormat()
Get format
|
int |
hashCode() |
void |
setDefaultRegularFont(String defaultRegularFont) |
void |
setFontFallbackRules(List<FontFallbackRule> fontFallbackRules) |
protected void |
setFormat(String format) |
String |
toString() |
public ExportOptions defaultRegularFont(String defaultRegularFont)
public String getDefaultRegularFont()
public void setDefaultRegularFont(String defaultRegularFont)
public ExportOptions fontFallbackRules(List<FontFallbackRule> fontFallbackRules)
public ExportOptions addFontFallbackRulesItem(FontFallbackRule fontFallbackRulesItem)
public List<FontFallbackRule> getFontFallbackRules()
public void setFontFallbackRules(List<FontFallbackRule> fontFallbackRules)
public String getFormat()
protected void setFormat(String format)
Copyright © 2022. All rights reserved.