public class ImageExportOptionsBase extends ExportOptions
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, fontFallbackRules, fontSubstRules, getDefaultRegularFont, getFontFallbackRules, getFontSubstRules, getFormat, setDefaultRegularFont, setFontFallbackRules, setFontSubstRules, setFormat
public 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 ExportOptions
public int hashCode()
hashCode
in class ExportOptions
public String toString()
toString
in class ExportOptions
Copyright © 2022. All rights reserved.