Class WHiddenComment

    • Constructor Detail

      • WHiddenComment

        public WHiddenComment()
        Creates an empty WHiddenComment.
      • WHiddenComment

        public WHiddenComment​(String text)
        Creates a WHiddenComment with the specified text.
        Parameters:
        text - the hidden text.
    • Method Detail

      • getText

        public String getText()
        Returns:
        the hidden text.
      • setText

        public void setText​(String text)
        Sets the hidden text.
        Parameters:
        text - the hidden text to set.