@Deprecated public final class XlsInspectionResult extends Object implements IInspectorResult
Contains hidden data found in XlsFormat
.
Constructor and Description |
---|
XlsInspectionResult()
Deprecated.
Initializes a new instance of the
XlsInspectionResult class. |
Modifier and Type | Method and Description |
---|---|
XlsComment[] |
getComments()
Deprecated.
Gets an array of
XlsComment presented in the Excel document. |
DigitalSignature[] |
getDigitalSignatures()
Deprecated.
Gets an array of digital signatures presented in the Excel document.
|
XlsSheet[] |
getHiddenSheets()
Deprecated.
Gets an array of hidden sheets presented in the Excel document.
|
public XlsInspectionResult()
Initializes a new instance of the XlsInspectionResult
class.
public final XlsComment[] getComments()
Gets an array of XlsComment
presented in the Excel document.
public final XlsSheet[] getHiddenSheets()
Gets an array of hidden sheets presented in the Excel document.
public final DigitalSignature[] getDigitalSignatures()
Gets an array of digital signatures presented in the Excel document.
Copyright © 2020. All rights reserved.