public class PdfLoadOptions extends LoadOptions
Constructor | Description |
---|---|
PdfLoadOptions() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
PdfLoadOptions |
flattenAllFields(Boolean flattenAllFields) |
|
Boolean |
getFlattenAllFields() |
Flatten all the fields of the PDF form
|
Boolean |
getHidePdfAnnotations() |
Hide annotations in Pdf documents
|
String |
getPassword() |
Set password to unprotect protected document
|
Boolean |
getRemoveEmbeddedFiles() |
Remove embedded files
|
int |
hashCode() |
|
PdfLoadOptions |
hidePdfAnnotations(Boolean hidePdfAnnotations) |
|
PdfLoadOptions |
password(String password) |
|
PdfLoadOptions |
removeEmbeddedFiles(Boolean removeEmbeddedFiles) |
|
void |
setFlattenAllFields(Boolean flattenAllFields) |
|
void |
setHidePdfAnnotations(Boolean hidePdfAnnotations) |
|
void |
setPassword(String password) |
|
void |
setRemoveEmbeddedFiles(Boolean removeEmbeddedFiles) |
|
String |
toString() |
public PdfLoadOptions removeEmbeddedFiles(Boolean removeEmbeddedFiles)
public Boolean getRemoveEmbeddedFiles()
public void setRemoveEmbeddedFiles(Boolean removeEmbeddedFiles)
public PdfLoadOptions password(String password)
public String getPassword()
public void setPassword(String password)
public PdfLoadOptions hidePdfAnnotations(Boolean hidePdfAnnotations)
public Boolean getHidePdfAnnotations()
public void setHidePdfAnnotations(Boolean hidePdfAnnotations)
public PdfLoadOptions flattenAllFields(Boolean flattenAllFields)
public Boolean getFlattenAllFields()
public void setFlattenAllFields(Boolean flattenAllFields)
public boolean equals(Object o)
equals
in class LoadOptions
public int hashCode()
hashCode
in class LoadOptions
public String toString()
toString
in class LoadOptions
Copyright © 2020. All rights reserved.