Modifier and Type | Field and Description |
---|---|
static TextItemOptions |
TextItemOptions.BOLD
Gets an options for Bold text.
|
static TextItemOptions |
TextItemOptions.BOLD_ITALIC
Gets an options for Bold and Italic text.
|
static TextItemOptions |
TextItemOptions.EMPTY
Gets an empty instance.
|
static TextItemOptions |
TextItemOptions.ITALIC
Gets an options for Italic text.
|
Modifier and Type | Method and Description |
---|---|
TextItemOptions |
TextItem.getOptions()
Gets a options of the item.
|
Modifier and Type | Method and Description |
---|---|
TextItem |
TextItem.addText(String itemText,
String itemHyperlink,
TextItemOptions itemOptions)
Adds a text to the item.
|
TextItem |
TextItem.addText(String itemText,
TextItemOptions itemOptions)
Adds a text to the item.
|
boolean |
TextItemOptions.equals(TextItemOptions other)
Indicates whether the current object is equal to another object of the same type.
|
static boolean |
TextItemOptions.op_Equality(TextItemOptions left,
TextItemOptions right)
Checks if the values of two operands are equal or not, if yes then condition becomes true.
|
static boolean |
TextItemOptions.op_Inequality(TextItemOptions left,
TextItemOptions right)
Checks if the values of two operands are equal or not, if values are not equal then condition becomes true.
|
Constructor and Description |
---|
TextItem(String text,
String hyperlink,
TextItemOptions options)
Initializes a new instance of the
TextItem class. |
TextItem(String text,
TextItemOptions options)
Initializes a new instance of the
TextItem class. |
Copyright © 2019. All rights reserved.