| Package | Description |
|---|---|
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
Checkbox |
Checkbox.anchorCaseSensitive(String anchorCaseSensitive)
When set to **true**, the anchor string does not consider case when matching strings in the document.
|
Checkbox |
Checkbox.anchorHorizontalAlignment(String anchorHorizontalAlignment)
Specifies the alignment of anchor tabs with anchor strings.
|
Checkbox |
Checkbox.anchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
When set to **true**, this tab is ignored if anchorString is not found in the document.
|
Checkbox |
Checkbox.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**.
|
Checkbox |
Checkbox.anchorString(String anchorString)
Anchor text information for a radio button.
|
Checkbox |
Checkbox.anchorUnits(String anchorUnits)
Specifies units of the X and Y offset.
|
Checkbox |
Checkbox.anchorXOffset(String anchorXOffset)
Specifies the X axis location of the tab, in achorUnits, relative to the anchorString.
|
Checkbox |
Checkbox.anchorYOffset(String anchorYOffset)
Specifies the Y axis location of the tab, in achorUnits, relative to the anchorString.
|
Checkbox |
Checkbox.conditionalParentLabel(String conditionalParentLabel)
For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility.
|
Checkbox |
Checkbox.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
|
Checkbox |
Checkbox.customTabId(String customTabId)
The DocuSign generated custom tab ID for the custom tab to be applied.
|
Checkbox |
Checkbox.documentId(String documentId)
Specifies the document ID number that the tab is placed on.
|
Checkbox |
Checkbox.errorDetails(ErrorDetails errorDetails) |
Checkbox |
Checkbox.locked(String locked)
When set to **true**, the signer cannot change the data of the custom tab.
|
Checkbox |
Checkbox.mergeField(MergeField mergeField) |
Checkbox |
Checkbox.name(String name)
Specifies the tool tip text for the tab.
|
Checkbox |
Checkbox.pageNumber(String pageNumber)
Specifies the page number on which the tab is located.
|
Checkbox |
Checkbox.recipientId(String recipientId)
Unique for the recipient.
|
Checkbox |
Checkbox.required(String required)
When set to **true**, the signer is required to fill out this tab
|
Checkbox |
Checkbox.requireInitialOnSharedChange(String requireInitialOnSharedChange)
Optional element for field markup.
|
Checkbox |
Checkbox.selected(String selected)
When set to **true**, the checkbox is selected.
|
Checkbox |
Checkbox.shared(String shared)
When set to **true**, this custom tab is shared.
|
Checkbox |
Checkbox.status(String status)
Indicates the envelope status.
|
Checkbox |
Checkbox.tabId(String tabId)
The unique identifier for the tab.
|
Checkbox |
Checkbox.tabLabel(String tabLabel)
The label string associated with the tab.
|
Checkbox |
Checkbox.templateLocked(String templateLocked)
When set to **true**, the sender cannot change any attributes of the recipient.
|
Checkbox |
Checkbox.templateRequired(String templateRequired)
When set to **true**, the sender may not remove the recipient.
|
Checkbox |
Checkbox.xPosition(String xPosition)
This indicates the horizontal offset of the object on the page.
|
Checkbox |
Checkbox.yPosition(String yPosition)
This indicates the vertical offset of the object on the page.
|
| Modifier and Type | Method and Description |
|---|---|
List<Checkbox> |
TemplateTabs.getCheckboxTabs() |
List<Checkbox> |
Tabs.getCheckboxTabs() |
| Modifier and Type | Method and Description |
|---|---|
TemplateTabs |
TemplateTabs.checkboxTabs(List<Checkbox> checkboxTabs)
Specifies a tag on the document in a location where the recipient can select an option.
|
Tabs |
Tabs.checkboxTabs(List<Checkbox> checkboxTabs)
Specifies a tag on the document in a location where the recipient can select an option.
|
void |
TemplateTabs.setCheckboxTabs(List<Checkbox> checkboxTabs) |
void |
Tabs.setCheckboxTabs(List<Checkbox> checkboxTabs) |
Copyright © 2016. All rights reserved.