com.groupdocs.watermark.search

Interfaces

Classes

com.groupdocs.watermark.search

Class FormattedTextFragment

    • Method Detail

      • getText

        public abstract String getText()

        Gets the fragment text.

        Returns:
        The fragment text.
      • getFont

        public abstract Font getFont()

        Gets the font of the text.

        Returns:
        The font of the text.
      • getForegroundColor

        public abstract Color getForegroundColor()

        Gets the foreground color of the text.

        Returns:
        The foreground color of the text.
      • getBackgroundColor

        public abstract Color getBackgroundColor()

        Gets the background color of the text.

        Returns:
        The background color of the text.