public interface IDocumentSaveOptions
Interface for all saving options for all documents types
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Should allow to specify or obtain a saving password, which will be used for protecting the resultant document.
|
void |
setPassword(String value)
Should allow to specify or obtain a saving password, which will be used for protecting the resultant document.
|
String getPassword()
Should allow to specify or obtain a saving password, which will be used for protecting the resultant document.
void setPassword(String value)
Should allow to specify or obtain a saving password, which will be used for protecting the resultant document.
Copyright © 2018. All rights reserved.