public class TitleRichTextWidgetContent extends Object implements WidgetContent
| Constructor and Description |
|---|
TitleRichTextWidgetContent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackgroundColor()
Gets the hex color for the background
|
String |
getHtmlContent()
Gets the HTML snippet to render title or rich text
|
WidgetType |
getWidgetType()
Returns the type for this widget content object
|
TitleRichTextWidgetContent |
setBackgroundColor(String backgroundColor)
Sets the hex color for the background
|
TitleRichTextWidgetContent |
setHtmlContent(String htmlContent)
Sets the HTML snippet to render title or rich text
|
public WidgetType getWidgetType()
getWidgetType in interface WidgetContentpublic String getBackgroundColor()
public TitleRichTextWidgetContent setBackgroundColor(String backgroundColor)
backgroundColor - public String getHtmlContent()
public TitleRichTextWidgetContent setHtmlContent(String htmlContent)
htmlContent - Copyright © 2014–2019 Smartsheet. All rights reserved.