public class PresentationConvertOptions extends CommonConvertOptions<PresentationFileType> implements Serializable
Describes options for conversion to Presentation file type.
Constructor and Description |
---|
PresentationConvertOptions()
Initializes new instance of
PresentationConvertOptions class. |
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Set this property if you want to protect the converted document with a password.
|
int |
getZoom()
Specifies the zoom level in percentage.
|
void |
setPassword(String value)
Set this property if you want to protect the converted document with a password.
|
void |
setZoom(int value)
Specifies the zoom level in percentage.
|
getPageNumber, getPages, getPagesCount, getWatermark, setPageNumber, setPages, setPagesCount, setWatermark
deepClone, getFormat_ConvertOptions_New, getFormat, setFormat_ConvertOptions_New, setFormat
equals, equals, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getFormat, setFormat
public PresentationConvertOptions()
Initializes new instance of PresentationConvertOptions
class.
public final String getPassword()
Set this property if you want to protect the converted document with a password.
public final void setPassword(String value)
Set this property if you want to protect the converted document with a password.
public final int getZoom()
Specifies the zoom level in percentage. Default is 100. Default zoom is supported till Microsoft Powerpoint 2010. Starting from Microsoft Powerpoint 2013 default zoom is no longer set to document, instead it appears to use the zoom factor of the last document that was opened.
public final void setZoom(int value)
Specifies the zoom level in percentage. Default is 100. Default zoom is supported till Microsoft Powerpoint 2010. Starting from Microsoft Powerpoint 2013 default zoom is no longer set to document, instead it appears to use the zoom factor of the last document that was opened.