public class PresentationLoadOptions extends LoadOptions implements Serializable
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<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.
|
void |
setDefaultFont(String value)
Default font for rendering the presentation.
|
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.
|
setFormat
equals, equals, hashCode, op_Equality, op_Inequality
public PresentationLoadOptions()
Initializes new instance of EmailLoadOptions
class.
public final PresentationFileType getFormat()
LoadOptions
Input document file type
getFormat
in class LoadOptions
public 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.