| Package | Description |
|---|---|
| com.vaadin.flow.component.richtexteditor |
| Modifier and Type | Method and Description |
|---|---|
RichTextEditor.RichTextEditorI18n |
RichTextEditor.getI18n()
Gets the internationalization object previously set for this component.
|
RichTextEditor.RichTextEditorI18n |
RichTextEditor.RichTextEditorI18n.setAlignCenter(String alignCenter)
Sets the translated word for
alignCenter. |
RichTextEditor.RichTextEditorI18n |
RichTextEditor.RichTextEditorI18n.setAlignLeft(String alignLeft)
Sets the translated word for
alignLeft. |
RichTextEditor.RichTextEditorI18n |
RichTextEditor.RichTextEditorI18n.setAlignRight(String alignRight)
Sets the translated word for
alignRight. |
RichTextEditor.RichTextEditorI18n |
RichTextEditor.RichTextEditorI18n.setBlockquote(String blockquote)
Sets the translated word for
blockquote. |
RichTextEditor.RichTextEditorI18n |
RichTextEditor.RichTextEditorI18n.setBold(String bold)
Sets the translated word for
bold. |
RichTextEditor.RichTextEditorI18n |
RichTextEditor.RichTextEditorI18n.setClean(String clean)
Sets the translated word for
clean. |
RichTextEditor.RichTextEditorI18n |
RichTextEditor.RichTextEditorI18n.setCodeBlock(String codeBlock)
Sets the translated word for
codeBlock. |
RichTextEditor.RichTextEditorI18n |
RichTextEditor.RichTextEditorI18n.setH1(String h1)
Sets the translated word for
h1. |
RichTextEditor.RichTextEditorI18n |
RichTextEditor.RichTextEditorI18n.setH2(String h2)
Sets the translated word for
h2. |
RichTextEditor.RichTextEditorI18n |
RichTextEditor.RichTextEditorI18n.setH3(String h3)
Sets the translated word for
h3. |
RichTextEditor.RichTextEditorI18n |
RichTextEditor.RichTextEditorI18n.setImage(String image)
Sets the translated word for
image. |
RichTextEditor.RichTextEditorI18n |
RichTextEditor.RichTextEditorI18n.setItalic(String italic)
Sets the translated word for
italic. |
RichTextEditor.RichTextEditorI18n |
RichTextEditor.RichTextEditorI18n.setLink(String link)
Sets the translated word for
link. |
RichTextEditor.RichTextEditorI18n |
RichTextEditor.RichTextEditorI18n.setListBullet(String listBullet)
Sets the translated word for
listBullet. |
RichTextEditor.RichTextEditorI18n |
RichTextEditor.RichTextEditorI18n.setListOrdered(String listOrdered)
Sets the translated word for
listOrdered. |
RichTextEditor.RichTextEditorI18n |
RichTextEditor.RichTextEditorI18n.setRedo(String redo)
Sets the translated word for
redo. |
RichTextEditor.RichTextEditorI18n |
RichTextEditor.RichTextEditorI18n.setStrike(String strike)
Sets the translated word for
strike. |
RichTextEditor.RichTextEditorI18n |
RichTextEditor.RichTextEditorI18n.setSubscript(String subscript)
Sets the translated word for
subscript. |
RichTextEditor.RichTextEditorI18n |
RichTextEditor.RichTextEditorI18n.setSuperscript(String superscript)
Sets the translated word for
superscript. |
RichTextEditor.RichTextEditorI18n |
RichTextEditor.RichTextEditorI18n.setUnderline(String underline)
Sets the translated word for
underline. |
RichTextEditor.RichTextEditorI18n |
RichTextEditor.RichTextEditorI18n.setUndo(String undo)
Sets the translated word for
undo. |
| Modifier and Type | Method and Description |
|---|---|
void |
RichTextEditor.setI18n(RichTextEditor.RichTextEditorI18n i18n)
Sets the internationalization properties for this component.
|
Copyright © 2025. All rights reserved.