| Package | Description |
|---|---|
| org.zkoss.zss.model |
ZK Spreadsheet Internal Book Model classes.
|
| org.zkoss.zss.model.impl |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.zss.model.impl.sys |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.zss.model.sys.format |
ZK Spreadsheet Internal Book Model Engines classes.
|
| org.zkoss.zss.model.util |
ZK Spreadsheet Internal Book Model Utilities classes.
|
| org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
| 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(org.zkoss.poi.ss.usermodel.Cell poiCell,
org.zkoss.poi.ss.usermodel.RichTextString poiRichTextString,
SRichText richText) |
protected org.zkoss.poi.ss.usermodel.RichTextString |
AbstractExcelExporter.toPOIRichText(SRichText richText) |
protected org.zkoss.poi.ss.usermodel.RichTextString |
ExcelXlsxExporter.toPOIRichText(SRichText richText) |
Copyright © 2019. All rights reserved.