1. GroupDocs.Merger
  2. /
  3. GroupDocs.Merger for Java
  4. /
  5. com.groupdocs.merger.domain.options.interfaces
  6. /
  7. IUpdatePasswordOptions

IUpdatePasswordOptions

On this page

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

On this page