public class ImageExportOptionsBase extends ExportOptions
ExportOptions.GradientStyleEnum| Constructor and Description |
|---|
ImageExportOptionsBase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getHeight()
Gets or sets the height of slides in the output image format.
|
Integer |
getWidth()
Gets or sets the height of slides in the output the output image format.
|
int |
hashCode() |
ImageExportOptionsBase |
height(Integer height) |
void |
setHeight(Integer height) |
void |
setWidth(Integer width) |
String |
toString() |
ImageExportOptionsBase |
width(Integer width) |
addFontFallbackRulesItem, addFontSubstRulesItem, defaultRegularFont, deleteEmbeddedBinaryObjects, fontFallbackRules, fontSubstRules, getDefaultRegularFont, getFontFallbackRules, getFontSubstRules, getFormat, getGradientStyle, gradientStyle, isDeleteEmbeddedBinaryObjects, isSkipJavaScriptLinks, setDefaultRegularFont, setDeleteEmbeddedBinaryObjects, setFontFallbackRules, setFontSubstRules, setFormat, setGradientStyle, setSkipJavaScriptLinks, skipJavaScriptLinkspublic ImageExportOptionsBase height(Integer height)
public Integer getHeight()
public void setHeight(Integer height)
public ImageExportOptionsBase width(Integer width)
public Integer getWidth()
public void setWidth(Integer width)
public boolean equals(Object o)
equals in class ExportOptionspublic int hashCode()
hashCode in class ExportOptionspublic String toString()
toString in class ExportOptionsCopyright © 2025. All rights reserved.