public abstract class CellFormatter extends Object
| コンストラクタと説明 |
|---|
CellFormatter() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CellFormatResult |
format(CommonCell cell)
セルの値をフォーマットする
|
abstract CellFormatResult |
format(CommonCell cell,
Locale locale)
セルの値をロケールを指定してフォーマットする
|
String |
getPattern()
書式を取得する
|
abstract String |
getPattern(Locale locale)
ロケールを指定して書式を取得する
|
public CellFormatResult format(CommonCell cell)
cell - フォーマット対象のセル。IllegalArgumentException - cell == null.public abstract CellFormatResult format(CommonCell cell, Locale locale)
cell - フォーマット対象のセル。locale - ロケール。指定しない場合は、実行環境のロケールが設定される。IllegalArgumentException - cell == null.public String getPattern()
Copyright © 2021 mygreen. All rights reserved.