Interface TextContent
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TextContentImpl
The Interface TextContent for placeholder
-
Method Summary
Modifier and TypeMethodDescriptionGets the text content of placeholder.Gets the text content of placeholder.Gets the format of content.voidsetContent(String content) Sets the text content for placeholdervoidsetContentElement(Content content) Sets the text content for placeholdervoidSets the format of content.
-
Method Details
-
getFormat
String getFormat()Gets the format of content.- Returns:
- format
-
setFormat
Sets the format of content.- Parameters:
format- the new format
-
getContent
String getContent()Gets the text content of placeholder.- Returns:
- format
-
setContent
Sets the text content for placeholder- Parameters:
content- the new content
-
getContentElement
Content getContentElement()Gets the text content of placeholder.- Returns:
- format
-
setContentElement
Sets the text content for placeholder- Parameters:
content- the new content- See Also:
-