com.groupdocs.signature.domain.stamps

Class StampTextRepeatType



  • public final class StampTextRepeatType
    extends Object

    Specifies type of text repeat for stamp lines.

    • Field Detail

      • FullTextRepeat

        public static final int FullTextRepeat

        Text will be repeated to fit full length without truncation.

        See Also:
        Constant Field Values
      • RepeatWithTruncation

        public static final int RepeatWithTruncation

        Text will be repeated to fit full length with word truncation at the end.

        See Also:
        Constant Field Values