Uses of Class
com.docusign.esign.model.Note
-
Packages that use Note Package Description com.docusign.esign.model -
-
Uses of Note in com.docusign.esign.model
Methods in com.docusign.esign.model that return Note Modifier and Type Method Description NoteNote. addTabGroupLabelsItem(String tabGroupLabelsItem)addTabGroupLabelsItem.NoteNote. anchorCaseSensitive(String anchorCaseSensitive)anchorCaseSensitive.NoteNote. anchorHorizontalAlignment(String anchorHorizontalAlignment)anchorHorizontalAlignment.NoteNote. anchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)anchorIgnoreIfNotPresent.NoteNote. anchorMatchWholeWord(String anchorMatchWholeWord)anchorMatchWholeWord.NoteNote. anchorString(String anchorString)anchorString.NoteNote. anchorUnits(String anchorUnits)anchorUnits.NoteNote. anchorXOffset(String anchorXOffset)anchorXOffset.NoteNote. anchorYOffset(String anchorYOffset)anchorYOffset.NoteNote. bold(String bold)bold.NoteNote. conditionalParentLabel(String conditionalParentLabel)conditionalParentLabel.NoteNote. conditionalParentValue(String conditionalParentValue)conditionalParentValue.NoteNote. customTabId(String customTabId)customTabId.NoteNote. documentId(String documentId)documentId.NoteNote. errorDetails(ErrorDetails errorDetails)errorDetails.NoteNote. font(String font)font.NoteNote. fontColor(String fontColor)fontColor.NoteNote. fontSize(String fontSize)fontSize.NoteNote. height(Integer height)height.NoteNote. italic(String italic)italic.NoteNote. mergeField(MergeField mergeField)mergeField.NoteNote. name(String name)name.NoteNote. pageNumber(String pageNumber)pageNumber.NoteNote. recipientId(String recipientId)recipientId.NoteNote. shared(String shared)shared.NoteNote. status(String status)status.NoteNote. tabGroupLabels(List<String> tabGroupLabels)tabGroupLabels.NoteNote. tabId(String tabId)tabId.NoteNote. tabLabel(String tabLabel)tabLabel.NoteNote. tabOrder(String tabOrder)tabOrder.NoteNote. templateLocked(String templateLocked)templateLocked.NoteNote. templateRequired(String templateRequired)templateRequired.NoteNote. tooltip(String tooltip)tooltip.NoteNote. underline(String underline)underline.NoteNote. value(String value)value.NoteNote. width(Integer width)width.NoteNote. xPosition(String xPosition)xPosition.NoteNote. yPosition(String yPosition)yPosition.Methods in com.docusign.esign.model that return types with arguments of type Note Modifier and Type Method Description List<Note>Tabs. getNoteTabs()Specifies a location on the document where you want to place additional information, in the form of a note, for a recipient..List<Note>TemplateTabs. getNoteTabs()Specifies a location on the document where you want to place additional information, in the form of a note, for a recipient..Methods in com.docusign.esign.model with parameters of type Note Modifier and Type Method Description TabsTabs. addNoteTabsItem(Note noteTabsItem)addNoteTabsItem.TemplateTabsTemplateTabs. addNoteTabsItem(Note noteTabsItem)addNoteTabsItem.Method parameters in com.docusign.esign.model with type arguments of type Note Modifier and Type Method Description TabsTabs. noteTabs(List<Note> noteTabs)noteTabs.TemplateTabsTemplateTabs. noteTabs(List<Note> noteTabs)noteTabs.voidTabs. setNoteTabs(List<Note> noteTabs)setNoteTabs.voidTemplateTabs. setNoteTabs(List<Note> noteTabs)setNoteTabs.
-