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