| Package | Description |
|---|---|
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
InitialHere |
InitialHere.anchorCaseSensitive(String anchorCaseSensitive)
When set to **true**, the anchor string does not consider case when matching strings in the document.
|
InitialHere |
InitialHere.anchorHorizontalAlignment(String anchorHorizontalAlignment)
Specifies the alignment of anchor tabs with anchor strings.
|
InitialHere |
InitialHere.anchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
When set to **true**, this tab is ignored if anchorString is not found in the document.
|
InitialHere |
InitialHere.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**.
|
InitialHere |
InitialHere.anchorString(String anchorString)
Anchor text information for a radio button.
|
InitialHere |
InitialHere.anchorUnits(String anchorUnits)
Specifies units of the X and Y offset.
|
InitialHere |
InitialHere.anchorXOffset(String anchorXOffset)
Specifies the X axis location of the tab, in achorUnits, relative to the anchorString.
|
InitialHere |
InitialHere.anchorYOffset(String anchorYOffset)
Specifies the Y axis location of the tab, in achorUnits, relative to the anchorString.
|
InitialHere |
InitialHere.conditionalParentLabel(String conditionalParentLabel)
For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility.
|
InitialHere |
InitialHere.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
|
InitialHere |
InitialHere.customTabId(String customTabId)
The DocuSign generated custom tab ID for the custom tab to be applied.
|
InitialHere |
InitialHere.documentId(String documentId)
Specifies the document ID number that the tab is placed on.
|
InitialHere |
InitialHere.errorDetails(ErrorDetails errorDetails) |
InitialHere |
InitialHere.mergeField(MergeField mergeField) |
InitialHere |
InitialHere.name(String name)
Specifies the tool tip text for the tab.
|
InitialHere |
InitialHere.optional(String optional) |
InitialHere |
InitialHere.pageNumber(String pageNumber)
Specifies the page number on which the tab is located.
|
InitialHere |
InitialHere.recipientId(String recipientId)
Unique for the recipient.
|
InitialHere |
InitialHere.scaleValue(Object scaleValue)
Sets the size for the InitialHere tab.
|
InitialHere |
InitialHere.status(String status)
Indicates the envelope status.
|
InitialHere |
InitialHere.tabId(String tabId)
The unique identifier for the tab.
|
InitialHere |
InitialHere.tabLabel(String tabLabel)
The label string associated with the tab.
|
InitialHere |
InitialHere.templateLocked(String templateLocked)
When set to **true**, the sender cannot change any attributes of the recipient.
|
InitialHere |
InitialHere.templateRequired(String templateRequired)
When set to **true**, the sender may not remove the recipient.
|
InitialHere |
InitialHere.xPosition(String xPosition)
This indicates the horizontal offset of the object on the page.
|
InitialHere |
InitialHere.yPosition(String yPosition)
This indicates the vertical offset of the object on the page.
|
| Modifier and Type | Method and Description |
|---|---|
List<InitialHere> |
TemplateTabs.getInitialHereTabs() |
List<InitialHere> |
Tabs.getInitialHereTabs() |
| Modifier and Type | Method and Description |
|---|---|
TemplateTabs |
TemplateTabs.initialHereTabs(List<InitialHere> initialHereTabs)
Specifies a tag location in the document at which a recipient will place their initials.
|
Tabs |
Tabs.initialHereTabs(List<InitialHere> initialHereTabs)
Specifies a tag location in the document at which a recipient will place their initials.
|
void |
TemplateTabs.setInitialHereTabs(List<InitialHere> initialHereTabs) |
void |
Tabs.setInitialHereTabs(List<InitialHere> initialHereTabs) |
Copyright © 2016. All rights reserved.