Package | Description |
---|---|
com.groupdocs.signature.domain.stamps |
The GroupDocs.Signature.Domain.Stamps namespace provides classes for working with Stamps.
|
com.groupdocs.signature.options.sign |
The GroupDocs.Signature.Options.Sign namespace provides classes for working with Signature options
|
Modifier and Type | Field and Description |
---|---|
static StampType |
StampTypes.Round
Round stamp type object.
|
static StampType |
StampTypes.Square
Square stamp type object.
|
Modifier and Type | Method and Description |
---|---|
static StampType[] |
StampTypes.getAllTypes()
All stamp types.
|
static StampType |
StampTypes.parse(String parsingType)
Returns stamp type with pasringType name.
|
static StampType |
StampTypes.tryParse(String parsingType)
Returns stamp type with pasringType name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StampType.equals(StampType other)
Determines whether the specified stamp type is equal to the current object.
|
Modifier and Type | Method and Description |
---|---|
StampType |
StampSignOptions.getStampType()
Gets or sets stamp type.
|
Modifier and Type | Method and Description |
---|---|
void |
StampSignOptions.setStampType(StampType value)
Gets or sets stamp type.
|