Web-based responsive document annotation tool
activeannoservice / project.layout.elements.display / Bold
class Bold : DisplayElement
Wrapper element, all children’s text elements will be bold. Equivalent to an inline html element with fontWeight bold which will be applied to the children.
| Name | Summary |
|---|---|
| <init> | Wrapper element, all children’s text elements will be bold. Equivalent to an inline html element with fontWeight bold which will be applied to the children.Bold(vararg children: DisplayElement) |
| Name | Summary |
|---|---|
| children | vararg val children: Array<out DisplayElement> |
| Name | Summary |
|---|---|
| equals | fun equals(other: Any?): Boolean |
| hashCode | fun hashCode(): Int |
| toString | fun toString(): String |