com.aspose.cells.SignatureLine.html Maven / Gradle / Ivy
SignatureLine
com.aspose.cells
Class SignatureLine
java.lang.Object
com.aspose.cells.SignatureLine
public class SignatureLine
- extends java.lang.Object
Constructor Summary |
---|
SignatureLine()
|
Property Getters/Setters Summary | ||
---|---|---|
boolean | getAllowComments() | |
void | setAllowComments(boolean) | |
Indicates whether comments could be attached. | ||
java.lang.String | getEmail() | |
void | setEmail(java.lang.String) | |
Gets and sets the email of singer. | ||
java.util.UUID | getId() | |
void | setId(java.util.UUID) | |
Gets or sets identifier for this signature line. | ||
java.lang.String | getInstructions() | |
void | setInstructions(java.lang.String) | |
Gets and sets the text shown to user at signing time. | ||
boolean | isLine() | |
void | setLine(boolean) | |
Indicates whether it is a signature line. | ||
java.util.UUID | getProviderId() | |
void | setProviderId(java.util.UUID) | |
Gets and sets the id of signature provider. | ||
boolean | getShowSignedDate() | |
void | setShowSignedDate(boolean) | |
Indicates whether show signed date. | ||
java.lang.String | getSigner() | |
void | setSigner(java.lang.String) | |
Gets and sets the signer. | ||
java.lang.String | getTitle() | |
void | setTitle(java.lang.String) | |
Gets and sets the title of singer. |
Constructor Detail |
---|
SignatureLine
public SignatureLine()
Property Getters/Setters Detail |
---|
getId/setId | |
public java.util.UUID getId() / public void setId(java.util.UUID value) |
Gets or sets identifier for this signature line.
getProviderId/setProviderId | |
public java.util.UUID getProviderId() / public void setProviderId(java.util.UUID value) |
Gets and sets the id of signature provider. It's typically the CLSID of the provider com add-in.
getSigner/setSigner | |
public java.lang.String getSigner() / public void setSigner(java.lang.String value) |
Gets and sets the signer.
getTitle/setTitle | |
public java.lang.String getTitle() / public void setTitle(java.lang.String value) |
Gets and sets the title of singer.
getEmail/setEmail | |
public java.lang.String getEmail() / public void setEmail(java.lang.String value) |
Gets and sets the email of singer.
isLine/setLine | |
public boolean isLine() / public void setLine(boolean value) |
Indicates whether it is a signature line.
getAllowComments/setAllowComments | |
public boolean getAllowComments() / public void setAllowComments(boolean value) |
Indicates whether comments could be attached.
getShowSignedDate/setShowSignedDate | |
public boolean getShowSignedDate() / public void setShowSignedDate(boolean value) |
Indicates whether show signed date.
getInstructions/setInstructions | |
public java.lang.String getInstructions() / public void setInstructions(java.lang.String value) |
Gets and sets the text shown to user at signing time.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.