
public class HtmlEditorDefaultAppearance extends Object implements HtmlEditor.HtmlEditorAppearance
| Modifier and Type | Class and Description |
|---|---|
static interface |
HtmlEditorDefaultAppearance.HtmlEditorResources |
static interface |
HtmlEditorDefaultAppearance.HtmlEditorStyle |
| Constructor and Description |
|---|
HtmlEditorDefaultAppearance() |
HtmlEditorDefaultAppearance(HtmlEditorDefaultAppearance.HtmlEditorResources resources) |
| Modifier and Type | Method and Description |
|---|---|
ImageResource |
bold() |
String |
editor() |
ImageResource |
fontColor() |
ImageResource |
fontDecrease() |
ImageResource |
fontHighlight() |
ImageResource |
fontIncrease() |
String |
frame() |
Element |
getContentElement(XElement parent) |
ImageResource |
italic() |
ImageResource |
justifyCenter() |
ImageResource |
justifyLeft() |
ImageResource |
justifyRight() |
ImageResource |
link() |
ImageResource |
ol() |
ImageResource |
source() |
ImageResource |
ul() |
ImageResource |
underline() |
public HtmlEditorDefaultAppearance()
public HtmlEditorDefaultAppearance(HtmlEditorDefaultAppearance.HtmlEditorResources resources)
public ImageResource bold()
bold in interface HtmlEditor.HtmlEditorAppearancepublic ImageResource fontColor()
fontColor in interface HtmlEditor.HtmlEditorAppearancepublic ImageResource fontDecrease()
fontDecrease in interface HtmlEditor.HtmlEditorAppearancepublic ImageResource fontHighlight()
fontHighlight in interface HtmlEditor.HtmlEditorAppearancepublic ImageResource fontIncrease()
fontIncrease in interface HtmlEditor.HtmlEditorAppearancepublic Element getContentElement(XElement parent)
getContentElement in interface HtmlEditor.HtmlEditorAppearancepublic ImageResource italic()
italic in interface HtmlEditor.HtmlEditorAppearancepublic ImageResource justifyCenter()
justifyCenter in interface HtmlEditor.HtmlEditorAppearancepublic ImageResource justifyLeft()
justifyLeft in interface HtmlEditor.HtmlEditorAppearancepublic ImageResource justifyRight()
justifyRight in interface HtmlEditor.HtmlEditorAppearancepublic ImageResource link()
link in interface HtmlEditor.HtmlEditorAppearancepublic ImageResource ol()
ol in interface HtmlEditor.HtmlEditorAppearancepublic ImageResource ul()
ul in interface HtmlEditor.HtmlEditorAppearancepublic ImageResource underline()
underline in interface HtmlEditor.HtmlEditorAppearancepublic String editor()
editor in interface HtmlEditor.HtmlEditorAppearancepublic String frame()
frame in interface HtmlEditor.HtmlEditorAppearancepublic ImageResource source()
source in interface HtmlEditor.HtmlEditorAppearanceCopyright © 2018. All rights reserved.