public final class SlidesSaveOptions extends SaveOptions
Options for to Slides conversion
Modifier and Type | Class and Description |
---|---|
static class |
SlidesSaveOptions.SlidesFileType
Slides file types
|
Constructor and Description |
---|
SlidesSaveOptions()
Create SlidesSaveOptions instance
|
Modifier and Type | Method and Description |
---|---|
com.groupdocs.foundation.domain.FileType |
getConvertFileType_SlidesSaveOptions_New()
The desired file type to which the input document should be converted to
|
String |
getPassword()
Set this property if you want to protect the converted document with a
password
|
boolean |
getRemoveSlidesComments()
Deprecated.
|
void |
setConvertFileType_SlidesSaveOptions_New(com.groupdocs.foundation.domain.FileType value)
The desired file type to which the input document should be converted to
|
void |
setPassword(String value)
Set this property if you want to protect the converted document with a
password
|
void |
setRemoveSlidesComments(boolean value)
Deprecated.
|
deepClone, getCadOptions, getConvertFileType, getConvertFileTypeExtension, getConvertPages, getCustomName, getHideComments, getHidePdfAnnotations, getHideWordComments, getHideWordTrackedChanges, getNumPagesToConvert, getOutputType, getPageMode, getPageNumber, getSaveOptionsType, getShowGridLines, getShowHiddenSheets, getUsePdf, getWatermarkOptions, memberwiseClone, setCadOptions, setConvertFileType, setConvertPages, setCustomName, setHideComments, setHidePdfAnnotations, setHideWordComments, setHideWordTrackedChanges, setNumPagesToConvert, setOutputType, setPageMode, setPageNumber, setShowGridLines, setShowHiddenSheets, setUsePdf, setWatermarkOptions
public com.groupdocs.foundation.domain.FileType getConvertFileType_SlidesSaveOptions_New()
The desired file type to which the input document should be converted to
public void setConvertFileType_SlidesSaveOptions_New(com.groupdocs.foundation.domain.FileType value)
The desired file type to which the input document should be converted to
value
- public String getPassword()
Set this property if you want to protect the converted document with a password
public void setPassword(String value)
Set this property if you want to protect the converted document with a password
value
- @Deprecated public boolean getRemoveSlidesComments()
Remove comments when converting presentation files
@Deprecated public void setRemoveSlidesComments(boolean value)
Remove comments when converting presentation files
Copyright © 2017. All rights reserved.