| Package | Description |
|---|---|
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
Radio |
Radio.anchorCaseSensitive(String anchorCaseSensitive)
When set to **true**, the anchor string does not consider case when matching strings in the document.
|
Radio |
Radio.anchorHorizontalAlignment(String anchorHorizontalAlignment)
Specifies the alignment of anchor tabs with anchor strings.
|
Radio |
Radio.anchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
When set to **true**, this tab is ignored if anchorString is not found in the document.
|
Radio |
Radio.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**.
|
Radio |
Radio.anchorString(String anchorString)
Anchor text information for a radio button.
|
Radio |
Radio.anchorUnits(String anchorUnits)
Specifies units of the X and Y offset.
|
Radio |
Radio.anchorXOffset(String anchorXOffset)
Specifies the X axis location of the tab, in achorUnits, relative to the anchorString.
|
Radio |
Radio.anchorYOffset(String anchorYOffset)
Specifies the Y axis location of the tab, in achorUnits, relative to the anchorString.
|
Radio |
Radio.errorDetails(ErrorDetails errorDetails) |
Radio |
Radio.locked(String locked)
When set to **true**, the signer cannot change the data of the custom tab.
|
Radio |
Radio.pageNumber(String pageNumber)
Specifies the page number on which the tab is located.
|
Radio |
Radio.required(String required)
When set to **true**, the signer is required to fill out this tab
|
Radio |
Radio.selected(String selected)
When set to **true**, the radio button is selected.
|
Radio |
Radio.tabId(String tabId)
The unique identifier for the tab.
|
Radio |
Radio.value(String value)
Specifies the value of the tab.
|
Radio |
Radio.xPosition(String xPosition)
This indicates the horizontal offset of the object on the page.
|
Radio |
Radio.yPosition(String yPosition)
This indicates the vertical offset of the object on the page.
|
| Modifier and Type | Method and Description |
|---|---|
List<Radio> |
RadioGroup.getRadios() |
| Modifier and Type | Method and Description |
|---|---|
RadioGroup |
RadioGroup.radios(List<Radio> radios)
Specifies the locations and status for radio buttons that are grouped together.
|
void |
RadioGroup.setRadios(List<Radio> radios) |
Copyright © 2016. All rights reserved.