WarningInfo

Overview

WarningInfo is a class in Aspose.Cells FOSS for Java.

Represents information about a warning that occurred during workbook operations.

This class provides 16 methods for working with WarningInfo objects in Java programs. Available methods include: getCellRef, getCode, getDataLossRisk, getMessage, getPartUri, getRowIndex, getSeverity, getSheetName, setCellRef, setCode, setDataLossRisk, setMessage, and 4 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, rowIndex, and 2 more.

Description

WarningInfo is a class in the Aspose.Cells FOSS library for Java that exposes 16 methods and 8 properties for programmatic use.

Core capabilities include: string; diagnosticseverity; string. These operations enable developers to integrate warninginfo 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).

Properties

NameTypeAccessDescription
codeStringReadReturns the code.
severityDiagnosticSeverityReadReturns the severity.
messageStringReadReturns the message.
dataLossRiskbooleanReadReturns the data loss risk.
partUriStringReadReturns the part uri.
sheetNameStringReadReturns the sheet name.
cellRefStringReadReturns the cell ref.
rowIndexIntegerReadReturns the row index.

Methods

SignatureDescription
getCode()StringReturns the code.
setCode(code: String)Sets the code.
getSeverity()DiagnosticSeverityReturns the severity.
setSeverity(severity: DiagnosticSeverity)Sets the severity.
getMessage()StringReturns the message.
setMessage(message: String)Sets the message.
getDataLossRisk()booleanReturns the data loss risk.
setDataLossRisk(dataLossRisk: boolean)Sets the data loss risk.
getPartUri()StringReturns the part uri.
setPartUri(partUri: String)Sets the part uri.
getSheetName()StringReturns the sheet name.
setSheetName(sheetName: String)Sets the sheet name.
getCellRef()StringReturns the cell ref.
setCellRef(cellRef: String)Sets the cell ref.
getRowIndex()IntegerReturns the row index.
setRowIndex(rowIndex: Integer)Sets the row index.

See Also

 English