WarningInfo
Overview
WarningInfo is a class in Aspose.Cells FOSS for Java.
Represents information about a warning that occurred during workbook operations.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
code | String | Read | Returns the code. |
severity | DiagnosticSeverity | Read | Returns the severity. |
message | String | Read | Returns the message. |
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 |
|---|---|
getCode() → String | Returns the code. |
setCode(code: String) | Sets the code. |
getSeverity() → DiagnosticSeverity | Returns the severity. |
setSeverity(severity: DiagnosticSeverity) | Sets the severity. |
getMessage() → String | Returns the message. |
setMessage(message: String) | Sets the message. |
getDataLossRisk() → boolean | Returns the data loss risk. |
setDataLossRisk(dataLossRisk: boolean) | Sets 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. |