Package | Description |
---|---|
com.groupdocs.signature.domain |
The GroupDocs.Signature.Domain namespace provides classes for working with document representation.
|
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 SignatureFont |
SignatureFont.DEFAULT_FONT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SignatureFont |
SignatureFont.to_SignatureFont(com.aspose.ms.System.Drawing.Font font)
Convert System.Drawing.Font to SignatureFont.
|
Modifier and Type | Method and Description |
---|---|
SignatureFont |
StampLine.getFont()
Get or set Font of Stamp Line text.
|
Modifier and Type | Method and Description |
---|---|
void |
StampLine.setFont(SignatureFont value)
Get or set Font of Stamp Line text.
|
Modifier and Type | Field and Description |
---|---|
SignatureFont |
TextSignOptions.FontOrDefault
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SignatureFont |
TextSignOptions.getFont()
Gets or sets the font of signature.
|
Modifier and Type | Method and Description |
---|---|
void |
TextSignOptions.setFont(SignatureFont value)
Gets or sets the font of signature.
|