DiagnosticBag
Overview
DiagnosticBag is a class in Aspose.Cells FOSS for Java.
Represents a bag of diagnostic entries.
This class provides 2 methods for working with DiagnosticBag objects in Java programs.
Available methods include: add, getEntries.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: entries.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
entries | List<DiagnosticEntry> | Read | Gets the read-only list of diagnostic entries. |
Methods
| Signature | Description |
|---|---|
getEntries() → List<DiagnosticEntry> | Gets the read-only list of diagnostic entries. |
add(entry: DiagnosticEntry) | Adds a diagnostic entry to the bag. |