DocuSign.Model.CustomTabs (DocuSign v0.4.2) View Source
Custom tabs
Link to this section Summary
Link to this section Types
Specs
t() :: %DocuSign.Model.CustomTabs{
anchor: String.t(),
anchorCaseSensitive: String.t(),
anchorHorizontalAlignment: String.t(),
anchorIgnoreIfNotPresent: String.t(),
anchorMatchWholeWord: String.t(),
anchorUnits: String.t(),
anchorXOffset: String.t(),
anchorYOffset: String.t(),
bold: String.t(),
concealValueOnDocument: String.t(),
createdByDisplayName: String.t(),
createdByUserId: String.t(),
customTabId: String.t(),
disableAutoSize: String.t(),
editable: String.t(),
font: String.t(),
fontColor: String.t(),
fontSize: String.t(),
height: String.t(),
includedInEmail: String.t(),
initialValue: String.t(),
italic: String.t(),
items: [String.t()],
lastModified: String.t(),
lastModifiedByDisplayName: String.t(),
lastModifiedByUserId: String.t(),
locked: String.t(),
maximumLength: String.t(),
mergeField: MergeField,
name: String.t(),
paymentItemCode: String.t(),
paymentItemDescription: String.t(),
paymentItemName: String.t(),
required: String.t(),
scaleValue: String.t(),
shared: String.t(),
stampType: String.t(),
stampTypeMetadata: PropertyMetadata,
tabLabel: String.t(),
type: String.t(),
underline: String.t(),
validationMessage: String.t(),
validationPattern: String.t(),
width: String.t()
}