Package | Description |
---|---|
com.groupdocs.signature.domain.stamps |
The GroupDocs.Signature.Domain.Stamps namespace provides classes for working with Stamps.
|
com.groupdocs.signature.options.appearances |
The GroupDocs.Signature.Options.Appearances namespace provides classes for additional signature appearances.
|
com.groupdocs.signature.options.saveoptions |
The GroupDocs.Signature.Options.SaveOptions namespace provides classes for working with SaveOptions options.
|
com.groupdocs.signature.options.sign |
The GroupDocs.Signature.Options.Sign namespace provides classes for working with Signature options
|
Modifier and Type | Class and Description |
---|---|
class |
SquareBorder
Instance to keep Border line properties for square stamp line.
|
Modifier and Type | Method and Description |
---|---|
Border |
StampLine.getInnerBorder()
Setup Internal Border.
|
Border |
StampLine.getOuterBorder()
Setup Outer Border.
|
Modifier and Type | Method and Description |
---|---|
void |
StampLine.setInnerBorder(Border value)
Setup Internal Border.
|
void |
StampLine.setOuterBorder(Border value)
Setup Outer Border.
|
Modifier and Type | Method and Description |
---|---|
Border |
PdfTextAnnotationAppearance.getBorder()
Gets or sets different border settings
|
Modifier and Type | Method and Description |
---|---|
void |
PdfTextAnnotationAppearance.setBorder(Border value)
Gets or sets different border settings
|
Modifier and Type | Method and Description |
---|---|
Border |
ExportImageSaveOptions.getBorder()
Gets or sets the image border settings.
|
Modifier and Type | Method and Description |
---|---|
void |
ExportImageSaveOptions.setBorder(Border value)
Gets or sets the image border settings.
|
Modifier and Type | Method and Description |
---|---|
Border |
ImageSignOptions.getBorder()
Specify border settings
|
Border |
TextSignOptions.getBorder()
Specify border settings
|
Modifier and Type | Method and Description |
---|---|
void |
ImageSignOptions.setBorder(Border value)
Specify border settings
|
void |
TextSignOptions.setBorder(Border value)
Specify border settings
|