public class CompressionLoadOptions extends LoadOptions
| Constructor | Description |
|---|---|
CompressionLoadOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getPassword() |
Set password to load protected document.
|
int |
hashCode() |
|
CompressionLoadOptions |
password(String password) |
|
void |
setPassword(String password) |
|
String |
toString() |
format, getFormat, setFormatpublic CompressionLoadOptions password(String password)
public String getPassword()
public void setPassword(String password)
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.