com.groupdocs.watermark.watermarks

Class TextAlignment



  • public final class TextAlignment
    extends Object

    Enumeration of possible text alignment values.

    • Method Detail

      • toString

        public static final String toString(int value)

        Returns a string representation of the TextAlignment value.

        Parameters:
        value - The value to convert.
        Returns:
        The string representation of the TextAlignment value.
      • parse

        public static final int parse(String value)

        Parses a string to a TextAlignment enumeration value.

        Parameters:
        value - The string to parse.
        Returns:
        The TextAlignment enumeration value.