public final class StampTextRepeatType extends Object
Specifies type of text repeat for stamp lines.
Modifier and Type | Field and Description |
---|---|
static int |
FullTextRepeat
Text will be repeated to fit full length without truncation.
|
static int |
None
No repeat.
|
static int |
RepeatWithTruncation
Text will be repeated to fit full length with word truncation at the end.
|
public static final int FullTextRepeat
Text will be repeated to fit full length without truncation.
public static final int None
No repeat.
public static final int RepeatWithTruncation
Text will be repeated to fit full length with word truncation at the end.