public static class RichTextEditor.RichTextEditorI18n extends Object implements Serializable
RichTextEditor
.Constructor and Description |
---|
RichTextEditorI18n() |
Modifier and Type | Method and Description |
---|---|
String |
getAlignCenter()
Gets the translated word for
alignCenter |
String |
getAlignLeft()
Gets the translated word for
alignLeft |
String |
getAlignRight()
Gets the translated word for
alignRight |
String |
getBlockquote()
Gets the translated word for
blockquote |
String |
getBold()
Gets the translated word for
bold |
String |
getClean()
Gets the translated word for
clean |
String |
getCodeBlock()
Gets the translated word for
codeBlock |
String |
getH1()
Gets the translated word for
h1 |
String |
getH2()
Gets the translated word for
h2 |
String |
getH3()
Gets the translated word for
h3 |
String |
getImage()
Gets the translated word for
image |
String |
getItalic()
Gets the translated word for
italic |
String |
getLink()
Gets the translated word for
link |
String |
getListBullet()
Gets the translated word for
listBullet |
String |
getListOrdered()
Gets the translated word for
listOrdered |
String |
getRedo()
Gets the translated word for
redo |
String |
getStrike()
Gets the translated word for
strike |
String |
getSubscript()
Gets the translated word for
subscript |
String |
getSuperscript()
Gets the translated word for
superscript |
String |
getUnderline()
Gets the translated word for
underline |
String |
getUndo()
Gets the translated word for
undo |
RichTextEditor.RichTextEditorI18n |
setAlignCenter(String alignCenter)
Sets the translated word for
alignCenter . |
RichTextEditor.RichTextEditorI18n |
setAlignLeft(String alignLeft)
Sets the translated word for
alignLeft . |
RichTextEditor.RichTextEditorI18n |
setAlignRight(String alignRight)
Sets the translated word for
alignRight . |
RichTextEditor.RichTextEditorI18n |
setBlockquote(String blockquote)
Sets the translated word for
blockquote . |
RichTextEditor.RichTextEditorI18n |
setBold(String bold)
Sets the translated word for
bold . |
RichTextEditor.RichTextEditorI18n |
setClean(String clean)
Sets the translated word for
clean . |
RichTextEditor.RichTextEditorI18n |
setCodeBlock(String codeBlock)
Sets the translated word for
codeBlock . |
RichTextEditor.RichTextEditorI18n |
setH1(String h1)
Sets the translated word for
h1 . |
RichTextEditor.RichTextEditorI18n |
setH2(String h2)
Sets the translated word for
h2 . |
RichTextEditor.RichTextEditorI18n |
setH3(String h3)
Sets the translated word for
h3 . |
RichTextEditor.RichTextEditorI18n |
setImage(String image)
Sets the translated word for
image . |
RichTextEditor.RichTextEditorI18n |
setItalic(String italic)
Sets the translated word for
italic . |
RichTextEditor.RichTextEditorI18n |
setLink(String link)
Sets the translated word for
link . |
RichTextEditor.RichTextEditorI18n |
setListBullet(String listBullet)
Sets the translated word for
listBullet . |
RichTextEditor.RichTextEditorI18n |
setListOrdered(String listOrdered)
Sets the translated word for
listOrdered . |
RichTextEditor.RichTextEditorI18n |
setRedo(String redo)
Sets the translated word for
redo . |
RichTextEditor.RichTextEditorI18n |
setStrike(String strike)
Sets the translated word for
strike . |
RichTextEditor.RichTextEditorI18n |
setSubscript(String subscript)
Sets the translated word for
subscript . |
RichTextEditor.RichTextEditorI18n |
setSuperscript(String superscript)
Sets the translated word for
superscript . |
RichTextEditor.RichTextEditorI18n |
setUnderline(String underline)
Sets the translated word for
underline . |
RichTextEditor.RichTextEditorI18n |
setUndo(String undo)
Sets the translated word for
undo . |
String |
toString()
Gets the stringified values of the tooltips.
|
public String getUndo()
undo
public RichTextEditor.RichTextEditorI18n setUndo(String undo)
undo
.undo
- the translated word for undopublic String getRedo()
redo
public RichTextEditor.RichTextEditorI18n setRedo(String redo)
redo
.redo
- the translated word for redopublic String getBold()
bold
public RichTextEditor.RichTextEditorI18n setBold(String bold)
bold
.bold
- the translated word for boldpublic String getItalic()
italic
public RichTextEditor.RichTextEditorI18n setItalic(String italic)
italic
.italic
- the translated word for italicpublic String getUnderline()
underline
public RichTextEditor.RichTextEditorI18n setUnderline(String underline)
underline
.underline
- the translated word for underlinepublic String getStrike()
strike
public RichTextEditor.RichTextEditorI18n setStrike(String strike)
strike
.strike
- the translated word for strikepublic String getH1()
h1
public RichTextEditor.RichTextEditorI18n setH1(String h1)
h1
.h1
- the translated word for h1public String getH2()
h2
public RichTextEditor.RichTextEditorI18n setH2(String h2)
h2
.h2
- the translated word for h2public String getH3()
h3
public RichTextEditor.RichTextEditorI18n setH3(String h3)
h3
.h3
- the translated word for h3public String getSubscript()
subscript
public RichTextEditor.RichTextEditorI18n setSubscript(String subscript)
subscript
.subscript
- the translated word for subscriptpublic String getSuperscript()
superscript
public RichTextEditor.RichTextEditorI18n setSuperscript(String superscript)
superscript
.superscript
- the translated word for superscriptpublic String getListOrdered()
listOrdered
public RichTextEditor.RichTextEditorI18n setListOrdered(String listOrdered)
listOrdered
.listOrdered
- the translated word for listOrderedpublic String getListBullet()
listBullet
public RichTextEditor.RichTextEditorI18n setListBullet(String listBullet)
listBullet
.listBullet
- the translated word for listBulletpublic String getAlignLeft()
alignLeft
public RichTextEditor.RichTextEditorI18n setAlignLeft(String alignLeft)
alignLeft
.alignLeft
- the translated word for alignLeftpublic String getAlignCenter()
alignCenter
public RichTextEditor.RichTextEditorI18n setAlignCenter(String alignCenter)
alignCenter
.alignCenter
- the translated word for alignCenterpublic String getAlignRight()
alignRight
public RichTextEditor.RichTextEditorI18n setAlignRight(String alignRight)
alignRight
.alignRight
- the translated word for alignRightpublic String getImage()
image
public RichTextEditor.RichTextEditorI18n setImage(String image)
image
.image
- the translated word for imagepublic String getLink()
link
public RichTextEditor.RichTextEditorI18n setLink(String link)
link
.link
- the translated word for linkpublic String getBlockquote()
blockquote
public RichTextEditor.RichTextEditorI18n setBlockquote(String blockquote)
blockquote
.blockquote
- the translated word for blockquotepublic String getCodeBlock()
codeBlock
public RichTextEditor.RichTextEditorI18n setCodeBlock(String codeBlock)
codeBlock
.codeBlock
- the translated word for codeBlockpublic String getClean()
clean
public RichTextEditor.RichTextEditorI18n setClean(String clean)
clean
.clean
- the translated word for cleanCopyright © 2023. All rights reserved.