Package | Description |
---|---|
jp.ac.tokushima_u.edb |
Provides classes and interfaces for handling EDB.
|
jp.ac.tokushima_u.edb.doc |
Provides classes of low-level document making languages.
|
Modifier and Type | Field and Description |
---|---|
(package private) EdbDate.FMT |
EdbDoc.DateText.fmt |
(package private) EdbDate.FMT |
EdbDoc.Date2Text.fmt |
Modifier and Type | Method and Description |
---|---|
static EdbDate.FMT |
EdbDate.FMT.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdbDate.FMT[] |
EdbDate.FMT.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected EdbDoc.Content |
EdbDocSpi.engineCreateDATE(EdbDate d,
EdbDate.FMT fmt)
エンジンが扱う形式で指定された日付のコンテンツを返します.
|
protected EdbDoc.Content |
EdbDocSpi.engineCreateDATE2(EdbDate2 period,
EdbDate.FMT fmt)
エンジンが扱う形式で指定された期間のコンテンツを返します.
|
String |
EdbDate.toText(EdbDate.FMT fmt)
このオブジェクトが表す日付を指定されたフォーマットの文字列に変換します.
|
Constructor and Description |
---|
Date2Text(EdbDate2 period,
EdbDate.FMT fmt) |
DateText(EdbDate date,
EdbDate.FMT fmt) |
Modifier and Type | Method and Description |
---|---|
protected EdbDoc.Content |
TeX.engineCreateDATE(EdbDate d,
EdbDate.FMT fmt)
エンジンが扱う形式で指定された日付のコンテンツを返します.
|
EDB Working Group at Tue Jun 10 17:08:59 JST 2025