| Package | Description |
|---|---|
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
DateSigned |
DateSigned.anchorCaseSensitive(String anchorCaseSensitive)
When set to **true**, the anchor string does not consider case when matching strings in the document.
|
DateSigned |
DateSigned.anchorHorizontalAlignment(String anchorHorizontalAlignment)
Specifies the alignment of anchor tabs with anchor strings.
|
DateSigned |
DateSigned.anchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
When set to **true**, this tab is ignored if anchorString is not found in the document.
|
DateSigned |
DateSigned.anchorMatchWholeWord(String anchorMatchWholeWord)
When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**.
|
DateSigned |
DateSigned.anchorString(String anchorString)
Anchor text information for a radio button.
|
DateSigned |
DateSigned.anchorUnits(String anchorUnits)
Specifies units of the X and Y offset.
|
DateSigned |
DateSigned.anchorXOffset(String anchorXOffset)
Specifies the X axis location of the tab, in achorUnits, relative to the anchorString.
|
DateSigned |
DateSigned.anchorYOffset(String anchorYOffset)
Specifies the Y axis location of the tab, in achorUnits, relative to the anchorString.
|
DateSigned |
DateSigned.bold(String bold)
When set to **true**, the information in the tab is bold.
|
DateSigned |
DateSigned.conditionalParentLabel(String conditionalParentLabel)
For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility.
|
DateSigned |
DateSigned.conditionalParentValue(String conditionalParentValue)
For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n
|
DateSigned |
DateSigned.customTabId(String customTabId)
The DocuSign generated custom tab ID for the custom tab to be applied.
|
DateSigned |
DateSigned.documentId(String documentId)
Specifies the document ID number that the tab is placed on.
|
DateSigned |
DateSigned.errorDetails(ErrorDetails errorDetails) |
DateSigned |
DateSigned.font(String font)
The font to be used for the tab value.
|
DateSigned |
DateSigned.fontColor(String fontColor)
The font color used for the information in the tab.\n\nPossible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White.
|
DateSigned |
DateSigned.fontSize(String fontSize)
The font size used for the information in the tab.\n\nPossible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72.
|
DateSigned |
DateSigned.italic(String italic)
When set to **true**, the information in the tab is italic.
|
DateSigned |
DateSigned.mergeField(MergeField mergeField) |
DateSigned |
DateSigned.name(String name) |
DateSigned |
DateSigned.pageNumber(String pageNumber)
Specifies the page number on which the tab is located.
|
DateSigned |
DateSigned.recipientId(String recipientId)
Unique for the recipient.
|
DateSigned |
DateSigned.status(String status)
Indicates the envelope status.
|
DateSigned |
DateSigned.tabId(String tabId)
The unique identifier for the tab.
|
DateSigned |
DateSigned.tabLabel(String tabLabel)
The label string associated with the tab.
|
DateSigned |
DateSigned.tabOrder(String tabOrder) |
DateSigned |
DateSigned.templateLocked(String templateLocked)
When set to **true**, the sender cannot change any attributes of the recipient.
|
DateSigned |
DateSigned.templateRequired(String templateRequired)
When set to **true**, the sender may not remove the recipient.
|
DateSigned |
DateSigned.underline(String underline)
When set to **true**, the information in the tab is underlined.
|
DateSigned |
DateSigned.value(String value)
Specifies the value of the tab.
|
DateSigned |
DateSigned.xPosition(String xPosition)
This indicates the horizontal offset of the object on the page.
|
DateSigned |
DateSigned.yPosition(String yPosition)
This indicates the vertical offset of the object on the page.
|
| Modifier and Type | Method and Description |
|---|---|
List<DateSigned> |
TemplateTabs.getDateSignedTabs() |
List<DateSigned> |
Tabs.getDateSignedTabs() |
| Modifier and Type | Method and Description |
|---|---|
TemplateTabs |
TemplateTabs.dateSignedTabs(List<DateSigned> dateSignedTabs)
Specifies a tab on the document where the date the document was signed will automatically appear.
|
Tabs |
Tabs.dateSignedTabs(List<DateSigned> dateSignedTabs)
Specifies a tab on the document where the date the document was signed will automatically appear.
|
void |
TemplateTabs.setDateSignedTabs(List<DateSigned> dateSignedTabs) |
void |
Tabs.setDateSignedTabs(List<DateSigned> dateSignedTabs) |
Copyright © 2016. All rights reserved.