PresentationConvertOptions

Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject, com.groupdocs.conversion.options.convert.ConvertOptions, com.groupdocs.conversion.options.convert.CommonConvertOptions

All Implemented Interfaces: java.io.Serializable

public class PresentationConvertOptions extends CommonConvertOptions<PresentationFileType> implements Serializable

Describes options for conversion to Presentation file type.

Constructors

Constructor Description
PresentationConvertOptions() Initializes new instance of PresentationConvertOptions class.

Methods

Method Description
getPassword() Set this property if you want to protect the converted document with a password.
setPassword(String value) Set this property if you want to protect the converted document with a password.
getZoom() Specifies the zoom level in percentage.
setZoom(int value) Specifies the zoom level in percentage.

PresentationConvertOptions()

public PresentationConvertOptions()

Initializes new instance of PresentationConvertOptions class.

getPassword()

public final String getPassword()

Set this property if you want to protect the converted document with a password.

Returns: java.lang.String

setPassword(String value)

public final void setPassword(String value)

Set this property if you want to protect the converted document with a password.

Parameters:

Parameter Type Description
value java.lang.String

getZoom()

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.

Returns: int

setZoom(int value)

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.

Parameters:

Parameter Type Description
value int