Constructor and Description |
---|
SignatureSettings() |
Modifier and Type | Method and Description |
---|---|
static Locale |
getDefaultCulture()
Gets or sets default culture to be used during document processing.
|
boolean |
getSaveDocumentOnEmptyDelete()
Gets or sets flag to resave source document when Delete method has no affected signatures to remove.
|
boolean |
getSaveDocumentOnEmptyUpdate()
Gets or sets flag to resave source document when Update method has no signatures to update.
|
boolean |
getShowDeletedSiganturesInfo()
Gets or sets flag that includes deleted signatures into Document Info result.
|
void |
setDefaultCulture(Locale value)
Gets or sets default culture to be used during document processing.
|
void |
setSaveDocumentOnEmptyDelete(boolean value)
Gets or sets flag to resave source document when Delete method has no affected signatures to remove.
|
void |
setSaveDocumentOnEmptyUpdate(boolean value)
Gets or sets flag to resave source document when Update method has no signatures to update.
|
void |
setShowDeletedSiganturesInfo(boolean value)
Gets or sets flag that includes deleted signatures into Document Info result.
|
public static Locale getDefaultCulture()
Gets or sets default culture to be used during document processing. Default value is "en-US".
public final boolean getSaveDocumentOnEmptyDelete()
Gets or sets flag to resave source document when Delete method has no affected signatures to remove. If this flag is set to true (by default) document will be saving with corresponding history process log (date and operation type) even if Delete method has no signatures to remove. When this flat is set to false source document will not be modified at all.
public final boolean getSaveDocumentOnEmptyUpdate()
Gets or sets flag to resave source document when Update method has no signatures to update. If this flag is set to true (by default) document will be saving with corresponding history process log (date and operation type) even if Update method has no signatures to update. When this flat is set to false source document will not be modified at all.
public final boolean getShowDeletedSiganturesInfo()
Gets or sets flag that includes deleted signatures into Document Info result.
Each Signature BaseSignature
has Deleted flag BaseSignature.Deleted
(BaseSignature.getDeleted()
/BaseSignature.setDeleted(boolean)
) to detect if it was deleted.
public final void setDefaultCulture(Locale value)
Gets or sets default culture to be used during document processing. Default value is "en-US".
public final void setSaveDocumentOnEmptyDelete(boolean value)
Gets or sets flag to resave source document when Delete method has no affected signatures to remove. If this flag is set to true (by default) document will be saving with corresponding history process log (date and operation type) even if Delete method has no signatures to remove. When this flat is set to false source document will not be modified at all.
public final void setSaveDocumentOnEmptyUpdate(boolean value)
Gets or sets flag to resave source document when Update method has no signatures to update. If this flag is set to true (by default) document will be saving with corresponding history process log (date and operation type) even if Update method has no signatures to update. When this flat is set to false source document will not be modified at all.
public final void setShowDeletedSiganturesInfo(boolean value)
Gets or sets flag that includes deleted signatures into Document Info result.
Each Signature BaseSignature
has Deleted flag BaseSignature.Deleted
(BaseSignature.getDeleted()
/BaseSignature.setDeleted(boolean)
) to detect if it was deleted.