| Package | Description |
|---|---|
| org.dominokit.domino.ui.Typography |
| Modifier and Type | Method and Description |
|---|---|
Paragraph |
Paragraph.alignCenter()
Aligns the text to the center
|
Paragraph |
Paragraph.alignJustify()
Aligns the text to justify
|
Paragraph |
Paragraph.alignLeft()
Aligns the text to the left
|
Paragraph |
Paragraph.alignRight()
Aligns the text to the right
|
Paragraph |
Paragraph.appendContent(elemental2.dom.Node content)
Deprecated.
|
Paragraph |
Paragraph.bold()
Sets the font to bold
|
static Paragraph |
Paragraph.create() |
static Paragraph |
Paragraph.create(String text) |
Paragraph |
Paragraph.italic()
Sets the font to italic
|
Paragraph |
Paragraph.lead()
Sets the paragraph to have larger fonts on big screens.
|
Paragraph |
Paragraph.lineThrough()
Sets the font to line through
|
Paragraph |
Paragraph.overLine()
Sets the font to overline
|
Paragraph |
Paragraph.setColor(Color color)
Sets the font color
|
Paragraph |
Paragraph.setText(String text)
Sets the value of the paragraph
|
Paragraph |
Paragraph.underLine()
Sets the font to underline
|
| Modifier and Type | Method and Description |
|---|---|
static Blockquote |
Blockquote.create(Paragraph paragraph) |
| Constructor and Description |
|---|
Blockquote(Paragraph paragraph) |
Copyright © 2019–2022 Dominokit. All rights reserved.