@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class TabMetadata extends Object
| Constructor and Description |
|---|
TabMetadata() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAnchor()
An optional string that is used to auto-match tabs to strings located in the documents of an envelope.
|
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 |
getAnchorUnits()
Specifies units of the X and Y offset.
|
String |
getAnchorXOffset()
Specifies the X axis location of the tab, in achorUnits, relative to the anchorString.
|
String |
getAnchorYOffset()
Specifies the Y axis location of the tab, in achorUnits, relative to the anchorString.
|
String |
getBold()
When set to **true**, the information in the tab is bold.
|
String |
getConcealValueOnDocument()
When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender.\n\nWhen an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console.\n\nThis setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.
|
String |
getCreatedByDisplayName()
The user name of the DocuSign user who created this object.
|
String |
getCreatedByUserId()
The userId of the DocuSign user who created this object.
|
String |
getCustomTabId()
The DocuSign generated custom tab ID for the custom tab to be applied.
|
String |
getDisableAutoSize()
When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data.
|
String |
getEditable()
When set to **true**, the custom tab is editable.
|
String |
getFont()
The font to be used for the tab value.
|
String |
getFontColor()
The font color used for the information in the tab.\n\nPossible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White.
|
String |
getFontSize()
The font size used for the information in the tab.\n\nPossible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72.
|
String |
getHeight()
Height of the tab in pixels.
|
String |
getIncludedInEmail()
When set to **true**, the tab is included in e-mails related to the envelope on which it exists.
|
String |
getInitialValue()
The original value of the tab.
|
String |
getItalic()
When set to **true**, the information in the tab is italic.
|
List<String> |
getItems()
If the tab is a list, this represents the values that are possible for the tab.
|
String |
getLastModified()
The UTC DateTime this object was last modified.
|
String |
getLastModifiedByDisplayName()
The User Name of the DocuSign user who last modified this object.
|
String |
getLastModifiedByUserId()
The userId of the DocuSign user who last modified this object.
|
String |
getLocked()
When set to **true**, the signer cannot change the data of the custom tab.
|
String |
getMaximumLength()
The maximum number of entry characters supported by the custom tab.
|
MergeField |
getMergeField() |
String |
getName() |
String |
getRequired()
When set to **true**, the signer is required to fill out this tab
|
String |
getScaleValue() |
String |
getShared()
When set to **true**, this custom tab is shared.
|
String |
getTabLabel()
The label string associated with the tab.
|
String |
getType()
The type of this tab.
|
String |
getUnderline()
When set to **true**, the information in the tab is underlined.
|
String |
getValidationMessage()
The message displayed if the custom tab fails input validation (either custom of embedded).
|
String |
getValidationPattern()
A regular expressionn used to validate input for the tab.
|
String |
getWidth()
Width of the tab in pixels.
|
int |
hashCode() |
void |
setAnchor(String anchor) |
void |
setAnchorCaseSensitive(String anchorCaseSensitive) |
void |
setAnchorHorizontalAlignment(String anchorHorizontalAlignment) |
void |
setAnchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent) |
void |
setAnchorMatchWholeWord(String anchorMatchWholeWord) |
void |
setAnchorUnits(String anchorUnits) |
void |
setAnchorXOffset(String anchorXOffset) |
void |
setAnchorYOffset(String anchorYOffset) |
void |
setBold(String bold) |
void |
setConcealValueOnDocument(String concealValueOnDocument) |
void |
setCreatedByDisplayName(String createdByDisplayName) |
void |
setCreatedByUserId(String createdByUserId) |
void |
setCustomTabId(String customTabId) |
void |
setDisableAutoSize(String disableAutoSize) |
void |
setEditable(String editable) |
void |
setFont(String font) |
void |
setFontColor(String fontColor) |
void |
setFontSize(String fontSize) |
void |
setHeight(String height) |
void |
setIncludedInEmail(String includedInEmail) |
void |
setInitialValue(String initialValue) |
void |
setItalic(String italic) |
void |
setItems(List<String> items) |
void |
setLastModified(String lastModified) |
void |
setLastModifiedByDisplayName(String lastModifiedByDisplayName) |
void |
setLastModifiedByUserId(String lastModifiedByUserId) |
void |
setLocked(String locked) |
void |
setMaximumLength(String maximumLength) |
void |
setMergeField(MergeField mergeField) |
void |
setName(String name) |
void |
setRequired(String required) |
void |
setScaleValue(String scaleValue) |
void |
setShared(String shared) |
void |
setTabLabel(String tabLabel) |
void |
setType(String type) |
void |
setUnderline(String underline) |
void |
setValidationMessage(String validationMessage) |
void |
setValidationPattern(String validationPattern) |
void |
setWidth(String width) |
String |
toString() |
public String getAnchor()
public void setAnchor(String anchor)
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 getAnchorUnits()
public void setAnchorUnits(String anchorUnits)
public String getAnchorXOffset()
public void setAnchorXOffset(String anchorXOffset)
public String getAnchorYOffset()
public void setAnchorYOffset(String anchorYOffset)
public String getBold()
public void setBold(String bold)
public String getConcealValueOnDocument()
public void setConcealValueOnDocument(String concealValueOnDocument)
public String getCreatedByDisplayName()
public void setCreatedByDisplayName(String createdByDisplayName)
public String getCreatedByUserId()
public void setCreatedByUserId(String createdByUserId)
public String getCustomTabId()
public void setCustomTabId(String customTabId)
public String getDisableAutoSize()
public void setDisableAutoSize(String disableAutoSize)
public String getEditable()
public void setEditable(String editable)
public String getFont()
public void setFont(String font)
public String getFontColor()
public void setFontColor(String fontColor)
public String getFontSize()
public void setFontSize(String fontSize)
public String getHeight()
public void setHeight(String height)
public String getIncludedInEmail()
public void setIncludedInEmail(String includedInEmail)
public String getInitialValue()
public void setInitialValue(String initialValue)
public String getItalic()
public void setItalic(String italic)
public List<String> getItems()
public String getLastModified()
public void setLastModified(String lastModified)
public String getLastModifiedByDisplayName()
public void setLastModifiedByDisplayName(String lastModifiedByDisplayName)
public String getLastModifiedByUserId()
public void setLastModifiedByUserId(String lastModifiedByUserId)
public String getLocked()
public void setLocked(String locked)
public String getMaximumLength()
public void setMaximumLength(String maximumLength)
public MergeField getMergeField()
public void setMergeField(MergeField mergeField)
public String getName()
public void setName(String name)
public String getRequired()
public void setRequired(String required)
public String getScaleValue()
public void setScaleValue(String scaleValue)
public String getShared()
public void setShared(String shared)
public String getTabLabel()
public void setTabLabel(String tabLabel)
public String getType()
public void setType(String type)
public String getUnderline()
public void setUnderline(String underline)
public String getValidationMessage()
public void setValidationMessage(String validationMessage)
public String getValidationPattern()
public void setValidationPattern(String validationPattern)
public String getWidth()
public void setWidth(String width)
Copyright © 2017. All rights reserved.