public class ITEMIZE extends EdbPrintSpi
| Modifier and Type | Field and Description |
|---|---|
static String |
StyleName |
ep, tableMode, tcdIdx| Constructor and Description |
|---|
ITEMIZE() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
datumPostfix(EdbDatum datum)
Datumポストフィックスを返します.
|
protected String |
datumPrefix(EdbDatum datum)
Datumプレフィックスを返します.
|
protected EdbDoc.Content |
epCreate(EdbDatum datum)
指定されたdatumのコンテンツを作成します.
|
protected EdbDoc.Content |
epCreate(EdbTC tc)
指定されたタプルカラムのコンテンツを作成します.
|
protected EdbDoc.Content |
epCreate(EdbTuple tuple)
指定されたタプルのコンテンツを返します.
|
protected EdbDoc.Content |
epCreatePostfix(EdbTuple tuple)
指定されたタプルの後置詞のコンテンツを返します.
|
protected EdbDoc.Content |
epCreatePrefix(EdbTuple tuple)
指定されたタプルの前置詞のコンテンツを返します.
|
protected boolean |
epListingEnd(int m)
リスティングの区間を終了します.
|
protected boolean |
epListingStart(int m)
リスティングの区間を開始します.
|
protected String |
getStyle()
スタイルを取得します.
|
decideLanguageByDatumEID, decideLanguageByDatumText, duplicate, epCreate, epCreate, epCreate, epCreate, epCreateEOI, epCreatePageNumber, epCreatePatentNumber, epCreatePersonName, epCreatePostfix, epCreatePostfix, epCreatePostfix, epCreatePrefix, epCreatePrefix, epCreatePrefix, epCreateValue, epDecideLanguage, epDecideLanguage, epInit, epPrintEnd, epPrintStart, registerPrintSpiModule, registerPrintSpiModulepublic static final String StyleName
protected String getStyle()
getStyle in class EdbPrintSpiprotected boolean epListingStart(int m)
epListingStart in class EdbPrintSpim - リスティングのモード.リスティングの定数を指定true,何も出力しない場合は false を返します.EdbPrint.LISTING,
EdbPrint.LISTING_number,
EdbPrint.LISTING_prefix,
EdbPrint.LISTING_postfixprotected boolean epListingEnd(int m)
epListingEnd in class EdbPrintSpim - リスティングのモード.リスティングの定数を指定true,何も出力しない場合は false を返します.EdbPrint.LISTING,
EdbPrint.LISTING_number,
EdbPrint.LISTING_prefix,
EdbPrint.LISTING_postfixprotected EdbDoc.Content epCreatePrefix(EdbTuple tuple)
epCreatePrefix in class EdbPrintSpituple - タプルprotected EdbDoc.Content epCreatePostfix(EdbTuple tuple)
epCreatePostfix in class EdbPrintSpituple - タプルprotected EdbDoc.Content epCreate(EdbTuple tuple)
epCreate in class EdbPrintSpituple - タプルprotected EdbDoc.Content epCreate(EdbTC tc)
epCreate in class EdbPrintSpitc - タプルカラムprotected String datumPrefix(EdbDatum datum)
このメソッドは,datumPostfix メソッドと対で使用します.
これらメソッドは,次のような文字列を作成するのに使用します.
article.author[1].E 著者1の英名 article.author[1].J 著者1の和名 article.author[2].E 著者2の英名 article.author[2].J 著者2の和名
datum - DatumdatumPostfix(EdbDatum)protected String datumPostfix(EdbDatum datum)
このメソッドは,datumPrefix メソッドと対で使用します.
これらメソッドは,次のような文字列を作成するのに使用します.
article.author[1].E 著者1の英名 article.author[1].J 著者1の和名 article.author[2].E 著者2の英名 article.author[2].J 著者2の和名
datum - DatumdatumPrefix(EdbDatum)protected EdbDoc.Content epCreate(EdbDatum datum)
epCreate in class EdbPrintSpidatum - DatumEDB Working Group at Mon Dec 15 16:45:05 JST 2025