public class RichTextHelper extends Object implements Serializable
Constructor and Description |
---|
RichTextHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
escapeText(String text,
boolean wrap,
boolean multiline) |
static String |
escapeVText(String text,
boolean wrap) |
static String |
getCellRichTextHtml(SCell cell) |
static String |
getCellRichTextHtml(SCell cell,
SRichText rstr,
boolean wrap) |
static String |
getCellRichTextHtml(SRichText rstr,
boolean wrap)
Deprecated.
|
static String |
getCellVRichTextHtml(SCell cell,
SRichText rstr,
boolean wrap) |
static String |
getCellVRichTextHtml(SRichText rstr,
boolean wrap)
Deprecated.
|
static String |
getFontCSSStyle(SFont font,
boolean displayTypeOffset) |
static String |
getFontTextHtml(String text,
SFont font) |
static String |
getFontTextHtml(String text,
SFont font,
boolean vtext) |
static int |
getRichTextHeightPoints(SCell cell,
SRichText rstr) |
static SFont |
getRichTextRealFont(SFont font,
SCell cell) |
SRichText |
parse(SRange range,
String content) |
public static String getCellRichTextHtml(SCell cell, SRichText rstr, boolean wrap)
@Deprecated public static String getCellRichTextHtml(SRichText rstr, boolean wrap)
public static String getCellVRichTextHtml(SCell cell, SRichText rstr, boolean wrap)
@Deprecated public static String getCellVRichTextHtml(SRichText rstr, boolean wrap)
Copyright © 2020. All rights reserved.