Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ISignatureSet Interface / addSignatureLine Method / addSignatureLine(IWorksheet,double,double,double,double) Method
The worksheet that the signature line shape will be addedto.
The left of the signature line shape.
The top of the signature line shape.
(Optional width = 192) The width of the signature line shape.
(Optional height = 100.5) The height of the signature line shape.
In This Topic
    addSignatureLine(IWorksheet,double,double,double,double) Method
    In This Topic
    Adds lines to a document where signatures are collected. Only the "Microsoft Office signature line" is supported. Other signature line providers, such as stamp signatures, are not supported.
    Syntax
    ISignature addSignatureLine( 
       IWorksheet worksheet,
       double left,
       double top,
       double width,
       double height
    )

    Parameters

    worksheet
    The worksheet that the signature line shape will be addedto.
    left
    The left of the signature line shape.
    top
    The top of the signature line shape.
    width
    (Optional width = 192) The width of the signature line shape.
    height
    (Optional height = 100.5) The height of the signature line shape.

    Return Value

    The created signature.
    See Also