public class PresentationLoadOptions extends LoadOptions implements Serializable, com.groupdocs.conversion.options.load.IResourceLoadingOptions, com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptions
Options for loading Presentation documents.
| Constructor and Description |
|---|
PresentationLoadOptions()
Initializes new instance of
EmailLoadOptions class. |
| Modifier and Type | Method and Description |
|---|---|
com.groupdocs.conversion.contracts.PresentationCommentsPosition |
getCommentsPosition() |
String |
getDefaultFont()
Default font for rendering the presentation.
|
int |
getDepth()
Option to control how many levels in depth to perform conversion
|
List<String> |
getDocumentFontSources() |
List<FontSubstitute> |
getFontSubstitutes()
Substitute specific fonts when converting Presentation document.
|
PresentationFileType |
getFormat()
Input document file type
|
boolean |
getHideComments()
Hide comments.
|
com.groupdocs.conversion.contracts.PresentationNotesPosition |
getNotesPosition()
Represents the way comments are printed with the slide.
|
String |
getPassword()
Set password to unprotect protected document.
|
boolean |
getShowHiddenSlides()
Show hidden slides.
|
boolean |
getSkipExternalResources()
If true all external resource will not be loading with exception of the resources in the
|
List<String> |
getWhitelistedResources()
External resources that will be always loaded
|
boolean |
isConvertOwned()
Option to control whether the owned documents in the documents container must be converted
|
boolean |
isConvertOwner()
Gets option to control whether the documents container itself must be converted
|
void |
setCommentsPosition(com.groupdocs.conversion.contracts.PresentationCommentsPosition commentsPosition) |
void |
setConvertOwned(boolean convertOwned) |
void |
setConvertOwner(boolean convertOwner) |
void |
setDefaultFont(String value)
Default font for rendering the presentation.
|
void |
setDepth(int depth) |
void |
setDocumentFontSources(List<String> documentFontSources) |
void |
setFontSubstitutes(List<FontSubstitute> value)
Substitute specific fonts when converting Presentation document.
|
void |
setHideComments(boolean value)
Hide comments.
|
void |
setNotesPosition(com.groupdocs.conversion.contracts.PresentationNotesPosition notesPosition)
Represents the way notes are printed with the slide.
|
void |
setPassword(String value)
Set password to unprotect protected document.
|
void |
setShowHiddenSlides(boolean value)
Show hidden slides.
|
void |
setSkipExternalResources(boolean skip) |
void |
setWhitelistedResources(List<String> whiteList) |
setFormatequals, equals, hashCode, op_Equality, op_Inequalitypublic PresentationLoadOptions()
Initializes new instance of EmailLoadOptions class.
public final PresentationFileType getFormat()
LoadOptionsInput document file type
getFormat in class LoadOptionspublic final String getDefaultFont()
Default font for rendering the presentation. The following font will be used if a presentation font is missing.
public final void setDefaultFont(String value)
Default font for rendering the presentation. The following font will be used if a presentation font is missing.
public final List<FontSubstitute> getFontSubstitutes()
Substitute specific fonts when converting Presentation document.
public final void setFontSubstitutes(List<FontSubstitute> value)
Substitute specific fonts when converting Presentation document.
public final String getPassword()
Set password to unprotect protected document.
public final void setPassword(String value)
Set password to unprotect protected document.
public final boolean getHideComments()
Hide comments.
public final void setHideComments(boolean value)
Hide comments.
public final boolean getShowHiddenSlides()
Show hidden slides.
public final void setShowHiddenSlides(boolean value)
Show hidden slides.
public boolean getSkipExternalResources()
getSkipExternalResources in interface com.groupdocs.conversion.options.load.IResourceLoadingOptionspublic void setSkipExternalResources(boolean skip)
setSkipExternalResources in interface com.groupdocs.conversion.options.load.IResourceLoadingOptionspublic List<String> getWhitelistedResources()
getWhitelistedResources in interface com.groupdocs.conversion.options.load.IResourceLoadingOptionspublic void setWhitelistedResources(List<String> whiteList)
setWhitelistedResources in interface com.groupdocs.conversion.options.load.IResourceLoadingOptionspublic com.groupdocs.conversion.contracts.PresentationNotesPosition getNotesPosition()
public void setNotesPosition(com.groupdocs.conversion.contracts.PresentationNotesPosition notesPosition)
public com.groupdocs.conversion.contracts.PresentationCommentsPosition getCommentsPosition()
public void setCommentsPosition(com.groupdocs.conversion.contracts.PresentationCommentsPosition commentsPosition)
public boolean isConvertOwner()
com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptionsisConvertOwner in interface com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptionspublic void setConvertOwner(boolean convertOwner)
public boolean isConvertOwned()
com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptionsisConvertOwned in interface com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptionspublic void setConvertOwned(boolean convertOwned)
public int getDepth()
com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptionsgetDepth in interface com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptionspublic void setDepth(int depth)
Copyright © 2026. All rights reserved.