public class SmartSection extends Object
| Constructor and Description |
|---|
SmartSection() |
| Modifier and Type | Method and Description |
|---|---|
SmartSection |
addTabGroupLabelsItem(String tabGroupLabelsItem) |
SmartSection |
anchorCaseSensitive(String anchorCaseSensitive) |
SmartSection |
anchorHorizontalAlignment(String anchorHorizontalAlignment) |
SmartSection |
anchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent) |
SmartSection |
anchorMatchWholeWord(String anchorMatchWholeWord) |
SmartSection |
anchorString(String anchorString) |
SmartSection |
anchorUnits(String anchorUnits) |
SmartSection |
anchorXOffset(String anchorXOffset) |
SmartSection |
anchorYOffset(String anchorYOffset) |
SmartSection |
caseSensitive(Boolean caseSensitive) |
SmartSection |
conditionalParentLabel(String conditionalParentLabel) |
SmartSection |
conditionalParentValue(String conditionalParentValue) |
SmartSection |
customTabId(String customTabId) |
SmartSection |
displaySettings(SmartSectionDisplaySettings displaySettings) |
SmartSection |
documentId(String documentId) |
SmartSection |
endAnchor(String endAnchor) |
SmartSection |
endPosition(SmartSectionAnchorPosition endPosition) |
boolean |
equals(Object o) |
SmartSection |
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.
|
String |
getConditionalParentLabel()
For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility.
|
String |
getConditionalParentValue()
For conditional fields, this is the value of the parent tab that controls the tab's visibility.
|
String |
getCustomTabId()
The DocuSign generated custom tab ID for the custom tab to be applied.
|
SmartSectionDisplaySettings |
getDisplaySettings()
Get displaySettings
|
String |
getDocumentId()
Specifies the document ID number that the tab is placed on.
|
String |
getEndAnchor() |
SmartSectionAnchorPosition |
getEndPosition()
Get endPosition
|
ErrorDetails |
getErrorDetails()
Get errorDetails
|
MergeField |
getMergeField()
Get mergeField
|
String |
getPageNumber()
Specifies the page number on which the tab is located.
|
String |
getRecipientId()
Unique for the recipient.
|
String |
getStartAnchor() |
SmartSectionAnchorPosition |
getStartPosition()
Get startPosition
|
String |
getStatus()
Indicates the envelope status.
|
List<String> |
getTabGroupLabels() |
String |
getTabId()
The unique identifier for the tab.
|
String |
getTabOrder() |
String |
getTemplateLocked()
When set to **true**, the sender cannot change any attributes of the recipient.
|
String |
getTemplateRequired()
When set to **true**, the sender may not remove the recipient.
|
String |
getTooltip() |
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() |
Boolean |
isCaseSensitive() |
Boolean |
isRemoveEndAnchor() |
Boolean |
isRemoveStartAnchor() |
SmartSection |
mergeField(MergeField mergeField) |
SmartSection |
pageNumber(String pageNumber) |
SmartSection |
recipientId(String recipientId) |
SmartSection |
removeEndAnchor(Boolean removeEndAnchor) |
SmartSection |
removeStartAnchor(Boolean removeStartAnchor) |
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 |
setCaseSensitive(Boolean caseSensitive) |
void |
setConditionalParentLabel(String conditionalParentLabel) |
void |
setConditionalParentValue(String conditionalParentValue) |
void |
setCustomTabId(String customTabId) |
void |
setDisplaySettings(SmartSectionDisplaySettings displaySettings) |
void |
setDocumentId(String documentId) |
void |
setEndAnchor(String endAnchor) |
void |
setEndPosition(SmartSectionAnchorPosition endPosition) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setMergeField(MergeField mergeField) |
void |
setPageNumber(String pageNumber) |
void |
setRecipientId(String recipientId) |
void |
setRemoveEndAnchor(Boolean removeEndAnchor) |
void |
setRemoveStartAnchor(Boolean removeStartAnchor) |
void |
setStartAnchor(String startAnchor) |
void |
setStartPosition(SmartSectionAnchorPosition startPosition) |
void |
setStatus(String status) |
void |
setTabGroupLabels(List<String> tabGroupLabels) |
void |
setTabId(String tabId) |
void |
setTabOrder(String tabOrder) |
void |
setTemplateLocked(String templateLocked) |
void |
setTemplateRequired(String templateRequired) |
void |
setTooltip(String tooltip) |
void |
setXPosition(String xPosition) |
void |
setYPosition(String yPosition) |
SmartSection |
startAnchor(String startAnchor) |
SmartSection |
startPosition(SmartSectionAnchorPosition startPosition) |
SmartSection |
status(String status) |
SmartSection |
tabGroupLabels(List<String> tabGroupLabels) |
SmartSection |
tabId(String tabId) |
SmartSection |
tabOrder(String tabOrder) |
SmartSection |
templateLocked(String templateLocked) |
SmartSection |
templateRequired(String templateRequired) |
SmartSection |
tooltip(String tooltip) |
String |
toString() |
SmartSection |
xPosition(String xPosition) |
SmartSection |
yPosition(String yPosition) |
public SmartSection anchorCaseSensitive(String anchorCaseSensitive)
public String getAnchorCaseSensitive()
public void setAnchorCaseSensitive(String anchorCaseSensitive)
public SmartSection anchorHorizontalAlignment(String anchorHorizontalAlignment)
public String getAnchorHorizontalAlignment()
public void setAnchorHorizontalAlignment(String anchorHorizontalAlignment)
public SmartSection anchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
public String getAnchorIgnoreIfNotPresent()
public void setAnchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
public SmartSection anchorMatchWholeWord(String anchorMatchWholeWord)
public String getAnchorMatchWholeWord()
public void setAnchorMatchWholeWord(String anchorMatchWholeWord)
public SmartSection anchorString(String anchorString)
public String getAnchorString()
public void setAnchorString(String anchorString)
public SmartSection anchorUnits(String anchorUnits)
public String getAnchorUnits()
public void setAnchorUnits(String anchorUnits)
public SmartSection anchorXOffset(String anchorXOffset)
public String getAnchorXOffset()
public void setAnchorXOffset(String anchorXOffset)
public SmartSection anchorYOffset(String anchorYOffset)
public String getAnchorYOffset()
public void setAnchorYOffset(String anchorYOffset)
public SmartSection caseSensitive(Boolean caseSensitive)
public Boolean isCaseSensitive()
public void setCaseSensitive(Boolean caseSensitive)
public SmartSection conditionalParentLabel(String conditionalParentLabel)
public String getConditionalParentLabel()
public void setConditionalParentLabel(String conditionalParentLabel)
public SmartSection conditionalParentValue(String conditionalParentValue)
public String getConditionalParentValue()
public void setConditionalParentValue(String conditionalParentValue)
public SmartSection customTabId(String customTabId)
public String getCustomTabId()
public void setCustomTabId(String customTabId)
public SmartSection displaySettings(SmartSectionDisplaySettings displaySettings)
public SmartSectionDisplaySettings getDisplaySettings()
public void setDisplaySettings(SmartSectionDisplaySettings displaySettings)
public SmartSection documentId(String documentId)
public String getDocumentId()
public void setDocumentId(String documentId)
public SmartSection endAnchor(String endAnchor)
public String getEndAnchor()
public void setEndAnchor(String endAnchor)
public SmartSection endPosition(SmartSectionAnchorPosition endPosition)
public SmartSectionAnchorPosition getEndPosition()
public void setEndPosition(SmartSectionAnchorPosition endPosition)
public SmartSection errorDetails(ErrorDetails errorDetails)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public SmartSection mergeField(MergeField mergeField)
public MergeField getMergeField()
public void setMergeField(MergeField mergeField)
public SmartSection pageNumber(String pageNumber)
public String getPageNumber()
public void setPageNumber(String pageNumber)
public SmartSection recipientId(String recipientId)
public String getRecipientId()
public void setRecipientId(String recipientId)
public SmartSection removeEndAnchor(Boolean removeEndAnchor)
public Boolean isRemoveEndAnchor()
public void setRemoveEndAnchor(Boolean removeEndAnchor)
public SmartSection removeStartAnchor(Boolean removeStartAnchor)
public Boolean isRemoveStartAnchor()
public void setRemoveStartAnchor(Boolean removeStartAnchor)
public SmartSection startAnchor(String startAnchor)
public String getStartAnchor()
public void setStartAnchor(String startAnchor)
public SmartSection startPosition(SmartSectionAnchorPosition startPosition)
public SmartSectionAnchorPosition getStartPosition()
public void setStartPosition(SmartSectionAnchorPosition startPosition)
public SmartSection status(String status)
public String getStatus()
public void setStatus(String status)
public SmartSection tabGroupLabels(List<String> tabGroupLabels)
public SmartSection addTabGroupLabelsItem(String tabGroupLabelsItem)
public SmartSection tabId(String tabId)
public String getTabId()
public void setTabId(String tabId)
public SmartSection tabOrder(String tabOrder)
public String getTabOrder()
public void setTabOrder(String tabOrder)
public SmartSection templateLocked(String templateLocked)
public String getTemplateLocked()
public void setTemplateLocked(String templateLocked)
public SmartSection templateRequired(String templateRequired)
public String getTemplateRequired()
public void setTemplateRequired(String templateRequired)
public SmartSection tooltip(String tooltip)
public String getTooltip()
public void setTooltip(String tooltip)
public SmartSection xPosition(String xPosition)
public String getXPosition()
public void setXPosition(String xPosition)
public SmartSection yPosition(String yPosition)
public String getYPosition()
public void setYPosition(String yPosition)
Copyright © 2021. All rights reserved.