Package | Description |
---|---|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
io.keikai.importer | |
io.keikai.model |
Keikai Spreadsheet Internal Book Model classes.
|
io.keikai.model.impl |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
io.keikai.model.impl.sys |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
io.keikai.model.sys.format |
Keikai Spreadsheet Internal Book Model Engines classes.
|
io.keikai.model.util |
Keikai Spreadsheet Internal Book Model Utilities classes.
|
io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
SRichText |
RichTextImpl.getNative() |
Modifier and Type | Method and Description |
---|---|
protected void |
XlsxImporter.importRichText(XlsxExtractor.XlsxRichTextExtractor xRichText,
SRichText richText) |
Modifier and Type | Method and Description |
---|---|
SRichText |
SComment.getRichText() |
SRichText |
SCell.getRichTextValue()
Return the rich text value.
|
SRichText |
SComment.setupRichText()
Set a empty rich text value and return the instance which to be edited
|
SRichText |
SCell.setupRichTextValue()
Setup a rich text value(Create a new one if the old value is not a rich-text) and return the instance which to be edited.
|
Modifier and Type | Method and Description |
---|---|
void |
SComment.setRichText(SRichText text) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRichTextAdv |
class |
ReadOnlyRichTextImpl |
class |
RichTextImpl |
Modifier and Type | Method and Description |
---|---|
SRichText |
CommentImpl.getRichText() |
SRichText |
AbstractCellAdv.getRichTextValue() |
SRichText |
CommentImpl.setupRichText() |
SRichText |
AbstractCellAdv.setupRichTextValue() |
Modifier and Type | Method and Description |
---|---|
void |
CommentImpl.setRichText(SRichText text) |
Constructor and Description |
---|
ReadOnlyRichTextImpl(SRichText richText) |
Modifier and Type | Method and Description |
---|---|
SRichText |
FormatResultImpl.getRichText() |
Constructor and Description |
---|
FormatResultImpl(SRichText richText) |
Modifier and Type | Method and Description |
---|---|
SRichText |
FormatResult.getRichText() |
Modifier and Type | Method and Description |
---|---|
SRichText |
RichTextHelper.parse(SRange range,
String content) |
Modifier and Type | Method and Description |
---|---|
static String |
RichTextHelper.getCellRichTextHtml(SCell cell,
SRichText rstr,
boolean wrap) |
static String |
RichTextHelper.getCellRichTextHtml(SRichText rstr,
boolean wrap)
Deprecated.
|
static String |
RichTextHelper.getCellVRichTextHtml(SCell cell,
SRichText rstr,
boolean wrap) |
static String |
RichTextHelper.getCellVRichTextHtml(SRichText rstr,
boolean wrap)
Deprecated.
|
static int |
RichTextHelper.getRichTextHeightPoints(SCell cell,
SRichText rstr) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractExcelImporter.importRichText(Cell poiCell,
RichTextString poiRichTextString,
SRichText richText) |
protected RichTextString |
ExcelXlsxExporter.toPOIRichText(SRichText richText) |
protected RichTextString |
AbstractExcelExporter.toPOIRichText(SRichText richText) |
Copyright © 2020. All rights reserved.