| Package | Description |
|---|---|
| com.groupdocs.cloud.signature.model |
| Modifier and Type | Method | Description |
|---|---|---|
StampLine |
StampLine.backgroundColor(Color backgroundColor) |
|
StampLine |
StampLine.font(SignatureFont font) |
|
StampLine |
StampLine.height(Integer height) |
|
StampLine |
StampLine.innerBorder(BorderLine innerBorder) |
|
StampLine |
StampLine.outerBorder(BorderLine outerBorder) |
|
StampLine |
StampLine.text(String text) |
|
StampLine |
StampLine.textBottomIntent(Integer textBottomIntent) |
|
StampLine |
StampLine.textColor(Color textColor) |
|
StampLine |
StampLine.textRepeatType(StampLine.TextRepeatTypeEnum textRepeatType) |
|
StampLine |
StampLine.visible(Boolean visible) |
| Modifier and Type | Method | Description |
|---|---|---|
List<StampLine> |
SignStampOptions.getInnerLines() |
List of Inner Lines rendered as set of rectangles
|
List<StampLine> |
SignStampOptions.getOuterLines() |
List of Outer Lines rendered as concentric circles
|
| Modifier and Type | Method | Description |
|---|---|---|
SignStampOptions |
SignStampOptions.addInnerLinesItem(StampLine innerLinesItem) |
|
SignStampOptions |
SignStampOptions.addOuterLinesItem(StampLine outerLinesItem) |
| Modifier and Type | Method | Description |
|---|---|---|
SignStampOptions |
SignStampOptions.innerLines(List<StampLine> innerLines) |
|
SignStampOptions |
SignStampOptions.outerLines(List<StampLine> outerLines) |
|
void |
SignStampOptions.setInnerLines(List<StampLine> innerLines) |
|
void |
SignStampOptions.setOuterLines(List<StampLine> outerLines) |
Copyright © 2025. All rights reserved.