public class Radio extends Object
Constructor and Description |
---|
Radio() |
Modifier and Type | Method and Description |
---|---|
Radio |
anchorCaseSensitive(String anchorCaseSensitive) |
Radio |
anchorHorizontalAlignment(String anchorHorizontalAlignment) |
Radio |
anchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent) |
Radio |
anchorMatchWholeWord(String anchorMatchWholeWord) |
Radio |
anchorString(String anchorString) |
Radio |
anchorUnits(String anchorUnits) |
Radio |
anchorXOffset(String anchorXOffset) |
Radio |
anchorYOffset(String anchorYOffset) |
boolean |
equals(Object o) |
Radio |
errorDetails(ErrorDetails errorDetails) |
String |
getAnchorCaseSensitive()
When set to **true**, the anchor string does not consider case when matching strings in the document.
|
String |
getAnchorHorizontalAlignment()
Specifies the alignment of anchor tabs with anchor strings.
|
String |
getAnchorIgnoreIfNotPresent()
When set to **true**, this tab is ignored if anchorString is not found in the document.
|
String |
getAnchorMatchWholeWord()
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**.
|
String |
getAnchorString()
Anchor text information for a radio button.
|
String |
getAnchorUnits()
Specifies units of the X and Y offset.
|
String |
getAnchorXOffset()
Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString.
|
String |
getAnchorYOffset()
Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString.
|
ErrorDetails |
getErrorDetails()
Get errorDetails
|
String |
getLocked()
When set to **true**, the signer cannot change the data of the custom tab.
|
String |
getPageNumber()
Specifies the page number on which the tab is located.
|
String |
getRequired()
When set to **true**, the signer is required to fill out this tab
|
String |
getSelected()
When set to **true**, the radio button is selected.
|
String |
getTabId()
The unique identifier for the tab.
|
String |
getTabOrder() |
String |
getValue()
Specifies the value of the tab.
|
String |
getXPosition()
This indicates the horizontal offset of the object on the page.
|
String |
getYPosition()
This indicates the vertical offset of the object on the page.
|
int |
hashCode() |
Radio |
locked(String locked) |
Radio |
pageNumber(String pageNumber) |
Radio |
required(String required) |
Radio |
selected(String selected) |
void |
setAnchorCaseSensitive(String anchorCaseSensitive) |
void |
setAnchorHorizontalAlignment(String anchorHorizontalAlignment) |
void |
setAnchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent) |
void |
setAnchorMatchWholeWord(String anchorMatchWholeWord) |
void |
setAnchorString(String anchorString) |
void |
setAnchorUnits(String anchorUnits) |
void |
setAnchorXOffset(String anchorXOffset) |
void |
setAnchorYOffset(String anchorYOffset) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setLocked(String locked) |
void |
setPageNumber(String pageNumber) |
void |
setRequired(String required) |
void |
setSelected(String selected) |
void |
setTabId(String tabId) |
void |
setTabOrder(String tabOrder) |
void |
setValue(String value) |
void |
setXPosition(String xPosition) |
void |
setYPosition(String yPosition) |
Radio |
tabId(String tabId) |
Radio |
tabOrder(String tabOrder) |
String |
toString() |
Radio |
value(String value) |
Radio |
xPosition(String xPosition) |
Radio |
yPosition(String yPosition) |
public String getAnchorCaseSensitive()
public void setAnchorCaseSensitive(String anchorCaseSensitive)
public String getAnchorHorizontalAlignment()
public void setAnchorHorizontalAlignment(String anchorHorizontalAlignment)
public String getAnchorIgnoreIfNotPresent()
public void setAnchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
public String getAnchorMatchWholeWord()
public void setAnchorMatchWholeWord(String anchorMatchWholeWord)
public String getAnchorString()
public void setAnchorString(String anchorString)
public String getAnchorUnits()
public void setAnchorUnits(String anchorUnits)
public String getAnchorXOffset()
public void setAnchorXOffset(String anchorXOffset)
public String getAnchorYOffset()
public void setAnchorYOffset(String anchorYOffset)
public Radio errorDetails(ErrorDetails errorDetails)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public String getLocked()
public void setLocked(String locked)
public String getPageNumber()
public void setPageNumber(String pageNumber)
public String getRequired()
public void setRequired(String required)
public String getSelected()
public void setSelected(String selected)
public String getTabId()
public void setTabId(String tabId)
public String getTabOrder()
public void setTabOrder(String tabOrder)
public String getValue()
public void setValue(String value)
public String getXPosition()
public void setXPosition(String xPosition)
public String getYPosition()
public void setYPosition(String yPosition)
Copyright © 2019. All rights reserved.