-
com.grapecity.documents.excel
-
- EventHandler
- IAboveAverage
- IAreas
- IAuthor
- IAutoCorrect
- IAutoFilter
- IAutoMergeRangeInfo
- IBarcode
- IBorder
- IBorders
- IBuiltInDocumentPropertyCollection
- ICalcContext
- ICalculatedFields
- ICalculatedItems
- ICascadeSparkLine
- ICellCollection
- ICellColorSortField
- ICellDecoration
- ICellDecorationIcon
- ICellPadding
- ICodabar
- ICode128
- ICode39
- ICode49
- ICode93
- IColorScale
- IColorScaleCriteria
- IColorScaleCriterion
- IColorStop
- IColorStops
- IComment
- IComments
- ICommentsThreaded
- ICommentThreaded
- IConditionValue
- ICornerFold
- ICsvParser
- ICustomDocumentPropertyCollection
- ICustomView
- ICustomViews
- IDataBar
- IDataBarBorder
- IDataMatrix
- IDataOptions
- IDisplayFormat
- IDocumentProperty
- IDocumentPropertyCollection
- IEAN13
- IEAN8
- IExcelOptions
- IFilter
- IFilters
- IFont
- IFontColorSortField
- IFontOption
- IFontProvider
- IFormatColor
- IFormatCondition
- IFormatConditions
- IFormulaOptions
- IFormulaResolver
- IGraphic
- IGraphicsInfo
- IGroupInfo
- IGS1128
- IHeaderFooter
- IHPageBreak
- IHPageBreaks
- IHyperlink
- IHyperlinks
- IIcon
- IIconCriteria
- IIconCriterion
- IIconSet
- IIconSetCondition
- IIconSets
- IIconSortField
- IInterior
- IJsonSerializer
- ILabelOption
- ILabelOptions
- ILinearGradient
- IName
- INames
- INegativeBarFormat
- IOutline
- IOutlineColumn
- IPage
- IPageSetup
- IPane
- IPanes
- IPDF417
- IPDFRenderEngine
- IPivotAxis
- IPivotCache
- IPivotCaches
- IPivotCell
- IPivotField
- IPivotFields
- IPivotFilter
- IPivotFilters
- IPivotFormula
- IPivotFormulas
- IPivotItem
- IPivotItemList
- IPivotItems
- IPivotLine
- IPivotLineCells
- IPivotLines
- IPivotTable
- IPivotTables
- IPivotValueCell
- IProtectionSettings
- IQRCode
- IRange
- IRangeProvider
- IReadOnlySignatureDetails
- IRectangularGradient
- IRichText
- IScenario
- IScenarios
- ISheetTab
- ISheetTabs
- IShrinkToFitSettings
- ISignature
- ISignatureSet
- ISignatureSetup
- ISlicer
- ISlicerCache
- ISlicerCaches
- ISlicerItem
- ISlicerItems
- ISlicerPivotTables
- ISlicers
- ISort
- ISortField
- ISortFields
- ISparkAxes
- ISparkColor
- ISparkHorizontalAxis
- ISparkline
- ISparklineGroup
- ISparklineGroups
- ISparkLineObject
- ISparkPoints
- ISparkVerticalAxis
- IStyle
- IStyleCollection
- ITable
- ITableColumn
- ITableColumns
- ITableDataSource
- ITableRow
- ITableRows
- ITables
- ITableStyle
- ITableStyleCollection
- ITableStyleElement
- ITableStyleElements
- ITableStyleInfo
- ITextRun
- ITheme
- IThemeColor
- IThemeColorScheme
- IThemeFont
- IThemeFonts
- IThemeFontScheme
- ITop10
- IUniqueValues
- IValidation
- IValueSortField
- IVPageBreak
- IVPageBreaks
- IWebRequestHandler
- IWorkbook
- IWorkbookView
- IWorksheet
- IWorksheets
- IWorksheetView
- RangeFindReplace.FindReplaceImpl.FindMatch
- RangePartialClasses.FindReplaceImpl.FindMatch
-
- com.grapecity.documents.excel.drawing
- com.grapecity.documents.excel.expressions
- com.grapecity.documents.excel.forms
- com.grapecity.documents.excel.template
- com.grapecity.documents.excel.template.DataSource
(Showing Draft Content)
ISignatureSetup
Interface ISignatureSetup
public interface ISignatureSetup
Represents the information used to set up a signature packet.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets a Boolean value specifying whether the signer can enter comments in the Sign dialog box.getId()Gets the ID of the signature for a document.booleanGets a Boolean value indicating whether the date the document was signed should be displayed.Gets the instructions for signing the document.Gets the name of the principle signer of the document.Gets the email address of the signer of the document.Gets the second line of suggested signer information (for example, title).voidsetAllowComments(boolean value) Sets a Boolean value specifying whether the signer can enter comments in the Sign dialog box.voidsetShowSignDate(boolean value) Sets a Boolean value indicating whether the date the document was signed should be displayed.voidsetSigningInstructions(String value) Sets the instructions for signing the document.voidsetSuggestedSigner(String value) Sets the name of the principle signer of the document.voidsetSuggestedSignerEmail(String value) Sets the email address of the signer of the document.voidsetSuggestedSignerLine2(String value) Sets the second line of suggested signer information (for example, title).
-
Method Details
-
getAllowComments
boolean getAllowComments()Gets a Boolean value specifying whether the signer can enter comments in the Sign dialog box. Read/write. -
setAllowComments
void setAllowComments(boolean value) Sets a Boolean value specifying whether the signer can enter comments in the Sign dialog box. Read/write. -
getId
UUID getId()Gets the ID of the signature for a document. -
getShowSignDate
boolean getShowSignDate()Gets a Boolean value indicating whether the date the document was signed should be displayed. Read/write. -
setShowSignDate
void setShowSignDate(boolean value) Sets a Boolean value indicating whether the date the document was signed should be displayed. Read/write. -
getSigningInstructions
String getSigningInstructions()Gets the instructions for signing the document. Read/write. -
setSigningInstructions
Sets the instructions for signing the document. Read/write. -
getSuggestedSigner
String getSuggestedSigner()Gets the name of the principle signer of the document. Read/write. -
setSuggestedSigner
Sets the name of the principle signer of the document. Read/write. -
getSuggestedSignerEmail
String getSuggestedSignerEmail()Gets the email address of the signer of the document. Read/write. -
setSuggestedSignerEmail
Sets the email address of the signer of the document. Read/write. -
getSuggestedSignerLine2
String getSuggestedSignerLine2()Gets the second line of suggested signer information (for example, title). Read/write. -
setSuggestedSignerLine2
Sets the second line of suggested signer information (for example, title). Read/write.
-