public static interface SignApi.Behaviour.Stamp.TextBuilder
SignApi.Behaviour.Stamp.DefaultTextBuilder.get(boolean, boolean, boolean, boolean)
.
Stamp.TextBuilder stampTextBuilder = (
String signedBy,
String signer,
String reasonForSigningIs,
String reason,
String locationAndDateIs,
String location,
Instant time)
-> String.format("<u>Custom stamp</u><br>%s:<b>%s</b><br><i>%s</i>", signedBy, signer, time.toString());
In custom stamp text builders the following markup tags lead to
<b>bold text</b>
<i>italic text</i>
<u>underlined text</u>
<br> line breaks.
Copyright © 2024. All rights reserved.