IUpdatePasswordOptions
All Implemented Interfaces: com.groupdocs.merger.domain.options.interfaces.IOptions
public interface IUpdatePasswordOptions extends IOptions
Interface for the password updating options.
Methods
Method | Description |
---|---|
getNewPassword() | The new password for document protection. |
getNewPassword()
public abstract String getNewPassword()
The new password for document protection.
Returns: java.lang.String