StampTextRepeatType
Leave feedback
On this page
Inheritance: java.lang.Object
public final class StampTextRepeatType
Specifies type of text repeat for stamp lines.
| Field | Description |
|---|---|
| None | No repeat. |
| FullTextRepeat | Text will be repeated to fit full length without truncation. |
| RepeatWithTruncation | Text will be repeated to fit full length with word truncation at the end. |
public static final int None
No repeat.
public static final int FullTextRepeat
Text will be repeated to fit full length without truncation.
public static final int RepeatWithTruncation
Text will be repeated to fit full length with word truncation at the end.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.