Method
isBold
* Return true if the text is bold.
()
Source from the content-addressed store, hash-verified
| 510 | * Return true if the text is bold. |
| 511 | */ |
| 512 | isBold(): boolean { |
| 513 | return this._bold; |
| 514 | } |
| 515 | |
| 516 | /** |
| 517 | * Set bold for the object text. |
Tested by
no test coverage detected