com.groupdocs.watermark.watermarks

Class FontStyle



  • public final class FontStyle
    extends Object

    Represents a font style.

    • Method Detail

      • toString

        public static final String toString(int value)

        Returns a string representation of the FontStyle value.

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

        public static final int parse(String value)

        Parses a string to a FontStyle enumeration value.

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