| Package | Description |
|---|---|
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
Document |
Document.applyAnchorTabs(String applyAnchorTabs)
Reserved: TBD
|
Document |
Document.documentBase64(String documentBase64)
The document byte stream.
|
Document |
Document.documentFields(List<NameValue> documentFields) |
Document |
Document.documentId(String documentId)
Specifies the document ID number that the tab is placed on.
|
Document |
Document.encryptedWithKeyManager(String encryptedWithKeyManager)
When set to **true**, the document is been already encrypted by the sender for use with the DocuSign Key Manager Security Appliance.\n
|
Document |
Document.fileExtension(String fileExtension)
The file extension type of the document.
|
Document |
CompositeTemplate.getDocument() |
Document |
Document.matchBoxes(List<MatchBox> matchBoxes)
Matchboxes define areas in a document for document matching when you are creating envelopes.
|
Document |
Document.name(String name) |
Document |
Document.order(String order) |
Document |
Document.pages(String pages) |
Document |
Document.password(String password) |
Document |
Document.remoteUrl(String remoteUrl)
The file id from the cloud storage service where the document is located.
|
Document |
Document.transformPdfFields(String transformPdfFields)
When set to **true**, PDF form field data is transformed into document tab values when the PDF form field name matches the DocuSign custom tab tabLabel.
|
Document |
Document.uri(String uri) |
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
InlineTemplate.getDocuments() |
List<Document> |
EnvelopeTemplateResult.getDocuments() |
List<Document> |
EnvelopeTemplate.getDocuments() |
List<Document> |
EnvelopeDefinition.getDocuments() |
| Modifier and Type | Method and Description |
|---|---|
CompositeTemplate |
CompositeTemplate.document(Document document) |
void |
CompositeTemplate.setDocument(Document document) |
| Modifier and Type | Method and Description |
|---|---|
InlineTemplate |
InlineTemplate.documents(List<Document> documents)
Complex element contains the details on the documents in the envelope.
|
EnvelopeTemplateResult |
EnvelopeTemplateResult.documents(List<Document> documents)
Complex element contains the details on the documents in the envelope.
|
EnvelopeTemplate |
EnvelopeTemplate.documents(List<Document> documents)
Complex element contains the details on the documents in the envelope.
|
EnvelopeDefinition |
EnvelopeDefinition.documents(List<Document> documents)
Complex element contains the details on the documents in the envelope.
|
void |
InlineTemplate.setDocuments(List<Document> documents) |
void |
EnvelopeTemplateResult.setDocuments(List<Document> documents) |
void |
EnvelopeTemplate.setDocuments(List<Document> documents) |
void |
EnvelopeDefinition.setDocuments(List<Document> documents) |
Copyright © 2016. All rights reserved.