public class PasswordRequiredEventArgs extends BaseIndexEventArgs
Learn more
| Modifier | Constructor and Description |
|---|---|
protected |
PasswordRequiredEventArgs(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
String filePath)
Initializes a new instance of the
PasswordRequiredEventArgs class. |
| Modifier and Type | Method and Description |
|---|---|
protected static PasswordRequiredEventArgs |
create(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
String filePath) |
String |
getDocumentFullPath()
Gets the document full path.
|
String |
getPassword()
Gets the password for opening the document.
|
void |
setPassword(String value)
Sets the password for opening the document.
|
create, getIndexFolder, getIndexId, getStatus, getTimeprotected PasswordRequiredEventArgs(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
String filePath)
Initializes a new instance of the PasswordRequiredEventArgs class.
indexId - The index ID.indexFolder - The index folder.status - The status.filePath - The document file path.protected static PasswordRequiredEventArgs create(com.aspose.ms.System.Guid indexId, String indexFolder, IndexStatus status, String filePath)
public final String getDocumentFullPath()
Gets the document full path.
public final String getPassword()
Gets the password for opening the document.
public final void setPassword(String value)
Sets the password for opening the document.
value - The password for opening the document.Copyright © 2026. All rights reserved.