Package | Description |
---|---|
com.groupdocs.signature.domain |
The GroupDocs.Signature.Domain namespace provides classes for working with document representation.
|
com.groupdocs.signature.domain.extensions |
The GroupDocs.Signature.Domain.Extensions namespace provides extensions for signature appearances and additional functionality.
|
com.groupdocs.signature.options.sign |
The GroupDocs.Signature.Options.Sign namespace provides classes for working with Signature options
|
Modifier and Type | Method and Description |
---|---|
Brush |
Background.getBrush()
Gets or sets the background brush.
|
Modifier and Type | Method and Description |
---|---|
void |
Background.setBrush(Brush value)
Gets or sets the background brush.
|
Modifier and Type | Class and Description |
---|---|
class |
LinearGradientBrush
Represents linear gradient brush.
|
class |
RadialGradientBrush
Represents radial gradient brush.
|
class |
SolidBrush
Represents solid brush.
|
class |
TextureBrush
Represents texture brush.
|
Modifier and Type | Method and Description |
---|---|
Brush |
StampSignOptions.getBackgroundBrush()
Gets or sets the signature background brush.
|
Brush |
TextSignOptions.getBackgroundBrush()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
StampSignOptions.setBackgroundBrush(Brush value)
Gets or sets the signature background brush.
|
void |
TextSignOptions.setBackgroundBrush(Brush value)
Deprecated.
|