Package | Description |
---|---|
io.keikai.model.impl.sys |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
org.zkoss.poi.ss.format |
This package contains classes that implement cell formatting
|
Constructor and Description |
---|
FormatResultImpl(CellFormatResult result,
Format formater,
boolean dateFormatted) |
Modifier and Type | Method and Description |
---|---|
CellFormatResult |
CellFormat.apply(Cell c)
Fetches the appropriate value from the cell, and returns the result of
applying it to the appropriate format.
|
CellFormatResult |
CellFormat.apply(JLabel label,
Cell c)
Fetches the appropriate value from the cell, and uses the result, setting
the text and color of a label before returning the result.
|
CellFormatResult |
CellFormatPart.apply(JLabel label,
Object value)
Apply this format part to the given value, applying the result to the
given label.
|
CellFormatResult |
CellFormat.apply(JLabel label,
Object value,
int cellWidth)
Uses the result of applying this format to the value, setting the text
and color of a label before returning the result.
|
CellFormatResult |
CellFormatPart.apply(Object value)
Apply this format part to the given value.
|
CellFormatResult |
CellFormat.apply(Object value,
int cellWidth)
Returns the result of applying the format to the given value.
|
Copyright © 2020. All rights reserved.