public class SignatureName extends Object
Represents a class for a signature name.
Represents a more precise signature name. Used instead of string names. Allows you to present signatures with the same string names.
Modifier and Type | Field and Description |
---|---|
String |
FullName
Gets the full name of the signature, providing a unique and precise identifier for the signature field.
|
String |
Name
Gets the name of a signature.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasSignature()
Indicates whether the signature is present or not.
|
String |
toString()
Returns a string representation of the
SignatureName instance, primarily using its name. |
public final String Name
Gets the name of a signature.
public final String FullName
Gets the full name of the signature, providing a unique and precise identifier for the signature field.
public final boolean hasSignature()
Indicates whether the signature is present or not.
public String toString()
Returns a string representation of the SignatureName
instance, primarily using its name.
Copyright © 2025 Aspose. All Rights Reserved.