PresentationLoadOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject, com.groupdocs.conversion.options.load.LoadOptions
All Implemented Interfaces: java.io.Serializable, com.groupdocs.conversion.options.load.IResourceLoadingOptions
public class PresentationLoadOptions extends LoadOptions implements Serializable, IResourceLoadingOptions
Options for loading Presentation documents.
| Constructor | Description |
|---|---|
| PresentationLoadOptions() | Initializes new instance of EmailLoadOptions class. |
public PresentationLoadOptions()
Initializes new instance of EmailLoadOptions class.
public final PresentationFileType getFormat()
Input document file type
Returns: PresentationFileType
public final String getDefaultFont()
Default font for rendering the presentation. The following font will be used if a presentation font is missing.
Returns: java.lang.String
public final void setDefaultFont(String value)
Default font for rendering the presentation. The following font will be used if a presentation font is missing.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public final List<FontSubstitute> getFontSubstitutes()
Substitute specific fonts when converting Presentation document.
Returns: java.util.List<com.groupdocs.conversion.contracts.FontSubstitute>
public final void setFontSubstitutes(List<FontSubstitute> value)
Substitute specific fonts when converting Presentation document.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.util.List<com.groupdocs.conversion.contracts.FontSubstitute> |
public final String getPassword()
Set password to unprotect protected document.
Returns: java.lang.String
public final void setPassword(String value)
Set password to unprotect protected document.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public final boolean getHideComments()
Hide comments.
Returns: boolean
public final void setHideComments(boolean value)
Hide comments.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
public final boolean getShowHiddenSlides()
Show hidden slides.
Returns: boolean
public final void setShowHiddenSlides(boolean value)
Show hidden slides.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
public boolean getSkipExternalResources()
If true all external resource will not be loading with exception of the resources in the
Returns: boolean
public void setSkipExternalResources(boolean skip)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| skip | boolean |
public List<String> getWhitelistedResources()
External resources that will be always loaded
Returns: java.util.List<java.lang.String>
public void setWhitelistedResources(List<String> whiteList)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| whiteList | java.util.List<java.lang.String> |
public List<String> getDocumentFontSources()
Returns: java.util.List<java.lang.String>
public void setDocumentFontSources(List<String> documentFontSources)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| documentFontSources | java.util.List<java.lang.String> |
public PresentationNotesPosition getNotesPosition()
Represents the way comments are printed with the slide. Default is None.
Returns: PresentationNotesPosition
public void setNotesPosition(PresentationNotesPosition notesPosition)
Represents the way notes are printed with the slide. Default is None.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| notesPosition | PresentationNotesPosition |
public PresentationCommentsPosition getCommentsPosition()
Returns: PresentationCommentsPosition -
public void setCommentsPosition(PresentationCommentsPosition commentsPosition)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| commentsPosition | PresentationCommentsPosition |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.