public class PresentationLoadOptions extends LoadOptions implements Serializable, com.groupdocs.conversion.options.load.IResourceLoadingOptions
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.
|
List<String> |
getDocumentFontSources() |
protected List<Object> |
getEqualityComponents()
Gets equality components.
|
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
|
void |
setCommentsPosition(com.groupdocs.conversion.contracts.PresentationCommentsPosition commentsPosition) |
void |
setDefaultFont(String value)
Default font for rendering the presentation.
|
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 com.groupdocs.conversion.contracts.PresentationCommentsPosition getCommentsPosition()
public final String getDefaultFont()
Default font for rendering the presentation. The following font will be used if a presentation font is missing.
protected List<Object> getEqualityComponents()
ValueObjectGets equality components.
getEqualityComponents in class ValueObjectpublic final List<FontSubstitute> getFontSubstitutes()
Substitute specific fonts when converting Presentation document.
public final PresentationFileType getFormat()
LoadOptionsInput document file type
getFormat in class LoadOptionspublic final boolean getHideComments()
Hide comments.
public com.groupdocs.conversion.contracts.PresentationNotesPosition getNotesPosition()
public final String getPassword()
Set password to unprotect protected document.
public final boolean getShowHiddenSlides()
Show hidden slides.
public boolean getSkipExternalResources()
getSkipExternalResources in interface com.groupdocs.conversion.options.load.IResourceLoadingOptionspublic List<String> getWhitelistedResources()
getWhitelistedResources in interface com.groupdocs.conversion.options.load.IResourceLoadingOptionspublic void setCommentsPosition(com.groupdocs.conversion.contracts.PresentationCommentsPosition commentsPosition)
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 void setFontSubstitutes(List<FontSubstitute> value)
Substitute specific fonts when converting Presentation document.
public final void setHideComments(boolean value)
Hide comments.
public void setNotesPosition(com.groupdocs.conversion.contracts.PresentationNotesPosition notesPosition)
public final void setPassword(String value)
Set password to unprotect protected document.
public final void setShowHiddenSlides(boolean value)
Show hidden slides.
public void setSkipExternalResources(boolean skip)
setSkipExternalResources in interface com.groupdocs.conversion.options.load.IResourceLoadingOptionsCopyright © 2025. All rights reserved.