Class actuate.viewer.TextItem
The TextItem class represents a report text element.
Member of: actuate.viewer.
Constructor Attributes | Constructor Name and Description |
---|---|
The TextItem class represents a report text element.
|
Field Attributes | Field Name and Description |
---|---|
<static> <constant> |
Text element type name.
|
Method Attributes | Method Name and Description |
---|---|
Returns the report element bookmark name.
|
|
Returns the HTML element DOM object.
|
|
Returns the page content to which this element belongs.
|
|
getText()
Returns the text of text element
|
|
getType()
Returns the report element type.
|
Field Detail
<static> <constant>
{String} TYPE
Text element type name.
Method Detail
{String} getBookmark()
Returns the report element bookmark name.
- Returns:
- {String} report element bookmark name
{HTMLElement} getHtmlDom()
Returns the HTML element DOM object.
- Returns:
- {HTMLElement} HTML DOM element
{actuate.viewer.PageContent} getPageContent()
Returns the page content to which this element belongs.
- Returns:
- {actuate.viewer.PageContent} report content
{String} getText()
Returns the text of text element
- Returns:
- {String} text value
{String} getType()
Returns the report element type.
- Returns:
- {String} "Text"