OdpLoadOptions, OtpLoadOptions, PotmLoadOptions, PotxLoadOptions, PpsLoadOptions, PpsmLoadOptions, PpsxLoadOptions, PptLoadOptions, PptmLoadOptions, PptxLoadOptionspublic class PresentationLoadOptions extends LoadOptions
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PresentationLoadOptions.CommentsPositionEnum |
Represents the way comments are printed with the slide.
|
static class |
PresentationLoadOptions.NotesPositionEnum |
Represents the way notes are printed with the slide.
|
| Constructor | Description |
|---|---|
PresentationLoadOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
PresentationLoadOptions |
clearBuiltInDocumentProperties(Boolean clearBuiltInDocumentProperties) |
|
PresentationLoadOptions |
clearCustomDocumentProperties(Boolean clearCustomDocumentProperties) |
|
PresentationLoadOptions |
commentsPosition(PresentationLoadOptions.CommentsPositionEnum commentsPosition) |
|
PresentationLoadOptions |
convertOwned(Boolean convertOwned) |
|
PresentationLoadOptions |
convertOwner(Boolean convertOwner) |
|
PresentationLoadOptions |
defaultFont(String defaultFont) |
|
PresentationLoadOptions |
depth(Integer depth) |
|
boolean |
equals(Object o) |
|
PresentationLoadOptions |
fontSubstitutes(Map<String,String> fontSubstitutes) |
|
Boolean |
getClearBuiltInDocumentProperties() |
Value indicating whether built in document properties should be cleared.
|
Boolean |
getClearCustomDocumentProperties() |
Value indicating whether custom document properties should be cleared.
|
PresentationLoadOptions.CommentsPositionEnum |
getCommentsPosition() |
Represents the way comments are printed with the slide.
|
Boolean |
getConvertOwned() |
Option to control whether the owned documents in the documents container must be converted
|
Boolean |
getConvertOwner() |
Option to control whether the documents container itself must be converted If this property is true the documents container will be the first converted document Default is true
|
String |
getDefaultFont() |
Default font for rendering the presentation.
|
Integer |
getDepth() |
Option to control how many levels in depth to perform conversion Default: 1
|
Map<String,String> |
getFontSubstitutes() |
Substitute specific fonts when converting Slides document.
|
PresentationLoadOptions.NotesPositionEnum |
getNotesPosition() |
Represents the way notes are printed with the slide.
|
String |
getPassword() |
Set password to unprotect protected document
|
Boolean |
getPreserveDocumentStructure() |
Determines whether the document structure should be preserved when converting to PDF (default is false).
|
Boolean |
getShowHiddenSlides() |
Show hidden slides.
|
int |
hashCode() |
|
PresentationLoadOptions |
notesPosition(PresentationLoadOptions.NotesPositionEnum notesPosition) |
|
PresentationLoadOptions |
password(String password) |
|
PresentationLoadOptions |
preserveDocumentStructure(Boolean preserveDocumentStructure) |
|
PresentationLoadOptions |
putFontSubstitutesItem(String key,
String fontSubstitutesItem) |
|
void |
setClearBuiltInDocumentProperties(Boolean clearBuiltInDocumentProperties) |
|
void |
setClearCustomDocumentProperties(Boolean clearCustomDocumentProperties) |
|
void |
setCommentsPosition(PresentationLoadOptions.CommentsPositionEnum commentsPosition) |
|
void |
setConvertOwned(Boolean convertOwned) |
|
void |
setConvertOwner(Boolean convertOwner) |
|
void |
setDefaultFont(String defaultFont) |
|
void |
setDepth(Integer depth) |
|
void |
setFontSubstitutes(Map<String,String> fontSubstitutes) |
|
void |
setNotesPosition(PresentationLoadOptions.NotesPositionEnum notesPosition) |
|
void |
setPassword(String password) |
|
void |
setPreserveDocumentStructure(Boolean preserveDocumentStructure) |
|
void |
setShowHiddenSlides(Boolean showHiddenSlides) |
|
PresentationLoadOptions |
showHiddenSlides(Boolean showHiddenSlides) |
|
String |
toString() |
format, getFormat, setFormatpublic PresentationLoadOptions preserveDocumentStructure(Boolean preserveDocumentStructure)
public Boolean getPreserveDocumentStructure()
public void setPreserveDocumentStructure(Boolean preserveDocumentStructure)
public PresentationLoadOptions clearCustomDocumentProperties(Boolean clearCustomDocumentProperties)
public Boolean getClearCustomDocumentProperties()
public void setClearCustomDocumentProperties(Boolean clearCustomDocumentProperties)
public PresentationLoadOptions clearBuiltInDocumentProperties(Boolean clearBuiltInDocumentProperties)
public Boolean getClearBuiltInDocumentProperties()
public void setClearBuiltInDocumentProperties(Boolean clearBuiltInDocumentProperties)
public PresentationLoadOptions depth(Integer depth)
public Integer getDepth()
public void setDepth(Integer depth)
public PresentationLoadOptions convertOwned(Boolean convertOwned)
public Boolean getConvertOwned()
public void setConvertOwned(Boolean convertOwned)
public PresentationLoadOptions convertOwner(Boolean convertOwner)
public Boolean getConvertOwner()
public void setConvertOwner(Boolean convertOwner)
public PresentationLoadOptions showHiddenSlides(Boolean showHiddenSlides)
public Boolean getShowHiddenSlides()
public void setShowHiddenSlides(Boolean showHiddenSlides)
public PresentationLoadOptions defaultFont(String defaultFont)
public String getDefaultFont()
public void setDefaultFont(String defaultFont)
public PresentationLoadOptions fontSubstitutes(Map<String,String> fontSubstitutes)
public PresentationLoadOptions putFontSubstitutesItem(String key, String fontSubstitutesItem)
public Map<String,String> getFontSubstitutes()
public PresentationLoadOptions password(String password)
public String getPassword()
public void setPassword(String password)
public PresentationLoadOptions commentsPosition(PresentationLoadOptions.CommentsPositionEnum commentsPosition)
public PresentationLoadOptions.CommentsPositionEnum getCommentsPosition()
public void setCommentsPosition(PresentationLoadOptions.CommentsPositionEnum commentsPosition)
public PresentationLoadOptions notesPosition(PresentationLoadOptions.NotesPositionEnum notesPosition)
public PresentationLoadOptions.NotesPositionEnum getNotesPosition()
public void setNotesPosition(PresentationLoadOptions.NotesPositionEnum notesPosition)
public boolean equals(Object o)
equals in class LoadOptionspublic int hashCode()
hashCode in class LoadOptionspublic String toString()
toString in class LoadOptionsCopyright © 2025. All rights reserved.