Class RichTextSerializer
java.lang.Object
com.codename1.ui.editor.RichTextSerializer
Serializes the native rich-text model directly to its requested interchange format.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Stringserialize(EditorDocument doc, InlineStyles inline, RichBlocks blocks, List<String> links, List<String> imageSources, RichTextFormat format) Serializes a native editor document into the requested interchange format.
-
Method Details
-
serialize
public static String serialize(EditorDocument doc, InlineStyles inline, RichBlocks blocks, List<String> links, List<String> imageSources, RichTextFormat format) Serializes a native editor document into the requested interchange format.
-