public class WordsSearchDigitalOptions extends SearchDigitalOptions
Represents the Digital Signature Search Options for Words Documents.
Constructor and Description |
---|
WordsSearchDigitalOptions()
Initializes a new instance of the WordsSignTextOptions class with default values.
|
Modifier and Type | Method and Description |
---|---|
String |
getComments()
Comments of Digital Signature to search.
|
String |
getIssuerName()
For non empty values specifies distinguished name of the certificate issuer to search.
|
Date |
getSignDateTimeFrom()
Date and time range of Digital Signature to search.
|
Date |
getSignDateTimeTo()
Date and time range of Digital Signature to search.
|
String |
getSubjectName()
For non empty values specifies distinguished subject name of the certificate to search.
|
void |
setComments(String value)
Comments of Digital Signature to search.
|
void |
setIssuerName(String value)
For non empty values specifies distinguished name of the certificate issuer 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.
|
void |
setSubjectName(String value)
For non empty values specifies distinguished subject name of the certificate to search.
|
getSearchPages
getDocumentPageNumber, getPagesSetup, getSearchAllPages, getSearchType, setDocumentPageNumber, setPagesSetup, setSearchAllPages, toString
public WordsSearchDigitalOptions()
Initializes a new instance of the WordsSignTextOptions class with default values.
public final String getComments()
Comments of Digital Signature to search.
public final String getIssuerName()
For non empty values specifies distinguished name of the certificate issuer 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 String getSubjectName()
For non empty values specifies distinguished subject name of the certificate to search.
public final void setComments(String value)
Comments of Digital Signature to search.
public final void setIssuerName(String value)
For non empty values specifies distinguished name of the certificate issuer 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.
public final void setSubjectName(String value)
For non empty values specifies distinguished subject name of the certificate to search.
Copyright © 2019. All rights reserved.