StampTextRepeatType
StampTextRepeatType enumeration
指定图章行的文本重复类型。
public enum StampTextRepeatType
价值观
姓名 | 价值 | 描述 |
---|---|---|
None | 0 |
没有重复。 |
FullTextRepeat | 1 |
文本将被重复以适合全长而不被截断。 |
RepeatWithTruncation | 2 |
文本将被重复以适合全长,最后会截断单词。 |
指定图章行的文本重复类型。
public enum StampTextRepeatType
姓名 | 价值 | 描述 |
---|---|---|
None | 0 |
没有重复。 |
FullTextRepeat | 1 |
文本将被重复以适合全长而不被截断。 |
RepeatWithTruncation | 2 |
文本将被重复以适合全长,最后会截断单词。 |