Uses of Class
com.docusign.esign.model.SignerAttachment
-
Packages that use SignerAttachment Package Description com.docusign.esign.model -
-
Uses of SignerAttachment in com.docusign.esign.model
Methods in com.docusign.esign.model that return SignerAttachment Modifier and Type Method Description SignerAttachmentSignerAttachment. addTabGroupLabelsItem(String tabGroupLabelsItem)addTabGroupLabelsItem.SignerAttachmentSignerAttachment. anchorCaseSensitive(String anchorCaseSensitive)anchorCaseSensitive.SignerAttachmentSignerAttachment. anchorHorizontalAlignment(String anchorHorizontalAlignment)anchorHorizontalAlignment.SignerAttachmentSignerAttachment. anchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)anchorIgnoreIfNotPresent.SignerAttachmentSignerAttachment. anchorMatchWholeWord(String anchorMatchWholeWord)anchorMatchWholeWord.SignerAttachmentSignerAttachment. anchorString(String anchorString)anchorString.SignerAttachmentSignerAttachment. anchorUnits(String anchorUnits)anchorUnits.SignerAttachmentSignerAttachment. anchorXOffset(String anchorXOffset)anchorXOffset.SignerAttachmentSignerAttachment. anchorYOffset(String anchorYOffset)anchorYOffset.SignerAttachmentSignerAttachment. conditionalParentLabel(String conditionalParentLabel)conditionalParentLabel.SignerAttachmentSignerAttachment. conditionalParentValue(String conditionalParentValue)conditionalParentValue.SignerAttachmentSignerAttachment. customTabId(String customTabId)customTabId.SignerAttachmentSignerAttachment. documentId(String documentId)documentId.SignerAttachmentSignerAttachment. errorDetails(ErrorDetails errorDetails)errorDetails.SignerAttachmentSignerAttachment. mergeField(MergeField mergeField)mergeField.SignerAttachmentSignerAttachment. name(String name)name.SignerAttachmentSignerAttachment. optional(String optional)optional.SignerAttachmentSignerAttachment. pageNumber(String pageNumber)pageNumber.SignerAttachmentSignerAttachment. recipientId(String recipientId)recipientId.SignerAttachmentSignerAttachment. scaleValue(String scaleValue)scaleValue.SignerAttachmentSignerAttachment. status(String status)status.SignerAttachmentSignerAttachment. tabGroupLabels(List<String> tabGroupLabels)tabGroupLabels.SignerAttachmentSignerAttachment. tabId(String tabId)tabId.SignerAttachmentSignerAttachment. tabLabel(String tabLabel)tabLabel.SignerAttachmentSignerAttachment. tabOrder(String tabOrder)tabOrder.SignerAttachmentSignerAttachment. templateLocked(String templateLocked)templateLocked.SignerAttachmentSignerAttachment. templateRequired(String templateRequired)templateRequired.SignerAttachmentSignerAttachment. tooltip(String tooltip)tooltip.SignerAttachmentSignerAttachment. xPosition(String xPosition)xPosition.SignerAttachmentSignerAttachment. yPosition(String yPosition)yPosition.Methods in com.docusign.esign.model that return types with arguments of type SignerAttachment Modifier and Type Method Description List<SignerAttachment>Tabs. getSignerAttachmentTabs()Specifies a tag on the document when you want the recipient to add supporting documents to an envelope..List<SignerAttachment>TemplateTabs. getSignerAttachmentTabs()Specifies a tag on the document when you want the recipient to add supporting documents to an envelope..Methods in com.docusign.esign.model with parameters of type SignerAttachment Modifier and Type Method Description TabsTabs. addSignerAttachmentTabsItem(SignerAttachment signerAttachmentTabsItem)addSignerAttachmentTabsItem.TemplateTabsTemplateTabs. addSignerAttachmentTabsItem(SignerAttachment signerAttachmentTabsItem)addSignerAttachmentTabsItem.Method parameters in com.docusign.esign.model with type arguments of type SignerAttachment Modifier and Type Method Description voidTabs. setSignerAttachmentTabs(List<SignerAttachment> signerAttachmentTabs)setSignerAttachmentTabs.voidTemplateTabs. setSignerAttachmentTabs(List<SignerAttachment> signerAttachmentTabs)setSignerAttachmentTabs.TabsTabs. signerAttachmentTabs(List<SignerAttachment> signerAttachmentTabs)signerAttachmentTabs.TemplateTabsTemplateTabs. signerAttachmentTabs(List<SignerAttachment> signerAttachmentTabs)signerAttachmentTabs.
-