LoadIssue
Overview
LoadIssue is a class in Aspose.Cells FOSS for Java.
Represents an issue that occurred during workbook loading.
This class provides 14 methods for working with LoadIssue objects in Java programs.
Available methods include: LoadIssue, getCellRef, getCode, getDataLossRisk, getMessage, getPartUri, getRepairApplied, getRowIndex, getSeverity, getSheetName, setCellRef, setPartUri, and 2 additional methods.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: cellRef, code, dataLossRisk, message, partUri, repairApplied, and 3 more.
Description
LoadIssue is a class in the Aspose.Cells FOSS library for Java that exposes 13 methods and 9 properties for programmatic use.
Core capabilities include: string; diagnosticseverity; string. These operations enable developers to integrate loadissue functionality directly into Java applications.
The class also provides the code property (returns the code), the severity property (returns the severity), the message property (returns the message).
Instances are created through a single constructor that initializes the object with default values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
code | String | Read | Returns the code. |
severity | DiagnosticSeverity | Read | Returns the severity. |
message | String | Read | Returns the message. |
repairApplied | boolean | Read | Returns the repair applied. |
dataLossRisk | boolean | Read | Returns the data loss risk. |
partUri | String | Read | Returns the part uri. |
sheetName | String | Read | Returns the sheet name. |
cellRef | String | Read | Returns the cell ref. |
rowIndex | Integer | Read | Returns the row index. |
Methods
| Signature | Description |
|---|---|
LoadIssue(code: String, severity: DiagnosticSeverity, message: String, repairApplied: boolean, dataLossRisk: boolean) | Initializes a new LoadIssue instance. |
getCode() → String | Returns the code. |
getSeverity() → DiagnosticSeverity | Returns the severity. |
getMessage() → String | Returns the message. |
getRepairApplied() → boolean | Returns the repair applied. |
getDataLossRisk() → boolean | Returns the data loss risk. |
getPartUri() → String | Returns the part uri. |
setPartUri(partUri: String) | Sets the part uri. |
getSheetName() → String | Returns the sheet name. |
setSheetName(sheetName: String) | Sets the sheet name. |
getCellRef() → String | Returns the cell ref. |
setCellRef(cellRef: String) | Sets the cell ref. |
getRowIndex() → Integer | Returns the row index. |
setRowIndex(rowIndex: Integer) | Sets the row index. |