Package | Description |
---|---|
io.keikai.api |
Keikai Spreadsheet API classes.
|
io.keikai.api.impl |
Keikai Spreadsheet API implementation classes, internal use only
|
io.keikai.api.model |
Keikai Spreadsheet Model API classes.
|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
Modifier and Type | Method and Description |
---|---|
Font |
Range.CellStyleHelper.findFont(Font.Boldweight boldweight,
Color color,
int fontHeight,
String fontName,
boolean italic,
boolean strikeout,
Font.TypeOffset typeOffset,
Font.Underline underline)
find the font with given condition
|
Font |
Range.getOrCreateFont(Font.Boldweight boldweight,
Color color,
int fontHeight,
String fontName,
boolean italic,
boolean strikeout,
Font.TypeOffset typeOffset,
Font.Underline underline)
Get font if exists or create font if not exists from the book of this
range and return it.
|
Modifier and Type | Method and Description |
---|---|
EditableFont |
Range.CellStyleHelper.createFont(Font src)
create a new font and clone attribute from src if it is not null
|
Modifier and Type | Method and Description |
---|---|
Font |
RangeImpl.getOrCreateFont(Font.Boldweight boldweight,
Color color,
int fontHeight,
String fontName,
boolean italic,
boolean strikeout,
Font.TypeOffset typeOffset,
Font.Underline underline) |
Modifier and Type | Interface and Description |
---|---|
interface |
EditableFont
This interface allows you to change a cell's font.
|
Modifier and Type | Method and Description |
---|---|
Font |
RichText.getFont() |
Font |
RichText.Segment.getFont() |
Font |
CellStyle.getFont() |
Modifier and Type | Method and Description |
---|---|
void |
RichText.addSegment(String text,
Font font) |
void |
EditableCellStyle.setFont(Font font)
Sets font
|
Modifier and Type | Class and Description |
---|---|
class |
EditableFontImpl |
class |
FontImpl |
Modifier and Type | Method and Description |
---|---|
Font |
RichTextImpl.getFont() |
Modifier and Type | Method and Description |
---|---|
void |
RichTextImpl.addSegment(String text,
Font font) |
void |
EditableFontImpl.copyAttributeFrom(Font src) |
void |
EditableCellStyleImpl.setFont(Font font) |
Copyright © 2020. All rights reserved.