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 |
|---|---|
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.
|
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 |
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 |
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 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 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 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 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 © 2024. All rights reserved.