Interface TextContent

All Superinterfaces:
Serializable
All Known Implementing Classes:
TextContentImpl

public interface TextContent extends Serializable
The Interface TextContent for placeholder
  • Method Details

    • getFormat

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

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

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

      void setContent(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: