public class CellsSearchDigitalOptions extends SearchDigitalOptions
Represents the Digital Signature Search Options for Cells Documents.
Constructor and Description |
---|
CellsSearchDigitalOptions()
Initializes a new instance of the CellsSignTextOptions class with default values.
|
Modifier and Type | Method and Description |
---|---|
String |
getComments()
Comments of Digital Signature to search.
|
Date |
getSignDateTimeFrom()
Date and time range of Digital Signature to search.
|
Date |
getSignDateTimeTo()
Date and time range of Digital Signature to search.
|
void |
setComments(String value)
Comments of Digital Signature to search.
|
void |
setSignDateTimeFrom(Date value)
Date and time range of Digital Signature to search.
|
void |
setSignDateTimeTo(Date value)
Date and time range of Digital Signature to search.
|
getSearchPages
getDocumentPageNumber, getPagesSetup, getSearchAllPages, getSearchType, setDocumentPageNumber, setPagesSetup, setSearchAllPages, toString
public CellsSearchDigitalOptions()
Initializes a new instance of the CellsSignTextOptions class with default values.
public final String getComments()
Comments of Digital Signature to search.
public final Date getSignDateTimeFrom()
Date and time range of Digital Signature to search. Nullable value will be ignored.
public final Date getSignDateTimeTo()
Date and time range of Digital Signature to search. Nullable value will be ignored.
public final void setComments(String value)
Comments of Digital Signature to search.
public final void setSignDateTimeFrom(Date value)
Date and time range of Digital Signature to search. Nullable value will be ignored.
public final void setSignDateTimeTo(Date value)
Date and time range of Digital Signature to search. Nullable value will be ignored.
Copyright © 2019. All rights reserved.