public class Title extends Object implements Element
| Constructor and Description |
|---|
Title()
Instantiates a new title.
|
Title(String text)
Instantiates a new title.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEscapeHtml()
Gets the escape html.
|
String |
getFontFamily()
Gets the font family.
|
String |
getFontSize()
Gets the font size.
|
String |
getFontWeight()
Gets the font weight.
|
String |
getRenderer()
Gets the renderer.
|
String |
getRendererOptions()
Gets the renderer options.
|
Boolean |
getShow()
Gets the show.
|
String |
getText()
Gets the text.
|
String |
getTextAlign()
Gets the text align.
|
String |
getTextColor()
Gets the text color.
|
Title |
setEscapeHtml(String escapeHtml)
Sets the escape html.
|
Title |
setFontFamily(String fontFamily)
Sets the font family.
|
Title |
setFontSize(String fontSize)
Sets the font size.
|
Title |
setFontWeight(String fontWeight)
Sets the font weight.
|
Title |
setRenderer(String renderer) |
Title |
setRendererOptions(String rendererOptions)
Sets the renderer options.
|
Title |
setShow(boolean show)
Sets the show.
|
Title |
setShow(Boolean show)
Sets the show.
|
Title |
setText(String text)
Sets the text.
|
Title |
setTextAlign(String textAlign)
Sets the text align.
|
Title |
setTextColor(String textColor)
Sets the text color.
|
public Title()
public Title(String text)
text - the textpublic String getText()
public Title setShow(boolean show)
show - the new showpublic String getFontFamily()
public Title setFontFamily(String fontFamily)
fontFamily - the new font familypublic String getFontSize()
public Title setFontSize(String fontSize)
fontSize - the fontSize to setpublic String getFontWeight()
public Title setFontWeight(String fontWeight)
fontWeight - the fontWeight to setpublic String getTextAlign()
public Title setTextAlign(String textAlign)
textAlign - the textAlign to setpublic String getTextColor()
public Title setTextColor(String textColor)
textColor - the textColor to setpublic String getRenderer()
public Title setRenderer(String renderer)
renderer - the renderer to setpublic String getRendererOptions()
public Title setRendererOptions(String rendererOptions)
rendererOptions - the rendererOptions to setpublic String getEscapeHtml()
public Title setEscapeHtml(String escapeHtml)
escapeHtml - the escapeHtml to setpublic Boolean getShow()
public Title setShow(Boolean show)
show - the show to setCopyright © 2018. All rights reserved.