public class PptOptions
extends java.lang.Object
Constructor and Description |
---|
PptOptions() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPageRanges() |
boolean |
isContainAnnotation() |
boolean |
isContainImage() |
boolean |
isEnableAiLayout() |
boolean |
isEnableOcr() |
boolean |
isFormulaToImage() |
void |
setContainAnnotation(boolean containAnnotation) |
void |
setContainImage(boolean containImage) |
void |
setEnableAiLayout(boolean enableAiLayout) |
void |
setEnableOcr(boolean enableOcr) |
void |
setFormulaToImage(boolean formulaToImage) |
void |
setPageRanges(java.lang.String pageRanges) |
public boolean isContainImage()
public void setContainImage(boolean containImage)
public boolean isContainAnnotation()
public void setContainAnnotation(boolean containAnnotation)
public boolean isEnableAiLayout()
public void setEnableAiLayout(boolean enableAiLayout)
public boolean isFormulaToImage()
public void setFormulaToImage(boolean formulaToImage)
public boolean isEnableOcr()
public void setEnableOcr(boolean enableOcr)
public java.lang.String getPageRanges()
public void setPageRanges(java.lang.String pageRanges)