Interface TextContent

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    TextContentImpl

    public interface TextContent
    extends java.io.Serializable
    The Interface TextContent for placeholder
    • Method Detail

      • getFormat

        java.lang.String getFormat()
        Gets the format of content.
        Returns:
        format
      • setFormat

        void setFormat​(java.lang.String format)
        Sets the format of content.
        Parameters:
        format - the new format
      • getContent

        java.lang.String getContent()
        Gets the text content of placeholder.
        Returns:
        format
      • setContent

        void setContent​(java.lang.String content)
        Sets the text content for placeholder
        Parameters:
        content - the new content
      • getContentElement

        Content getContentElement()
        Gets the text content of placeholder.
        Returns:
        format
      • setContentElement

        void setContentElement​(Content content)
        Sets the text content for placeholder
        Parameters:
        content - the new content
        See Also:
        Content