public class SPREADSHEET extends EdbPrintSpi
| Modifier and Type | Class and Description |
|---|---|
static class |
SPREADSHEET.plain |
| Modifier and Type | Field and Description |
|---|---|
static String |
StyleName |
ep, tableMode, tcdIdx| Constructor and Description |
|---|
SPREADSHEET() |
| Modifier and Type | Method and Description |
|---|---|
protected EdbDoc.Content |
epCreate(EdbDatum datum)
指定されたdatumのコンテンツを作成します.
|
protected EdbDoc.Content |
epCreate(EdbTable table)
指定されたテーブルの情報を返します.
|
protected EdbDoc.Content |
epCreate(EdbTC tc)
指定されたタプルカラムのコンテンツを作成します.
|
protected EdbDoc.Content |
epCreate(EdbTuple tuple)
指定されたタプルのコンテンツを返します.
|
protected EdbDoc.Content |
epCreatePostfix(EdbTable table)
指定されたテーブルの後置詞を返します.
|
protected EdbDoc.Content |
epCreatePostfix(EdbTuple tuple)
指定されたタプルの後置詞のコンテンツを返します.
|
protected EdbDoc.Content |
epCreatePrefix(EdbTable table)
指定されたテーブルの前置詞を返します.
|
protected EdbDoc.Content |
epCreatePrefix(EdbTuple tuple)
指定されたタプルの前置詞のコンテンツを返します.
|
protected boolean |
epListingEnd(int m)
リスティングの区間を終了します.
|
protected boolean |
epListingStart(int m)
リスティングの区間を開始します.
|
protected boolean |
epPrintEnd()
終了部を出力します.
|
protected boolean |
epPrintStart()
開始部を出力します.
|
protected String |
getStyle()
スタイルを取得します.
|
decideLanguageByDatumEID, decideLanguageByDatumText, duplicate, epCreate, epCreate, epCreate, epCreateEOI, epCreatePageNumber, epCreatePatentNumber, epCreatePersonName, epCreatePostfix, epCreatePostfix, epCreatePrefix, epCreatePrefix, epCreateValue, epDecideLanguage, epDecideLanguage, epInit, registerPrintSpiModule, registerPrintSpiModulepublic static final String StyleName
protected String getStyle()
getStyle in class EdbPrintSpiprotected boolean epPrintStart()
epPrintStart in class EdbPrintSpitrue,何も出力しない場合は false を返します.EdbPrint.printStart(),
EdbPrint.printStart(CharSequence)protected boolean epPrintEnd()
epPrintEnd in class EdbPrintSpitrue,何も出力しない場合は false を返します.EdbPrint.printEnd()protected 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(EdbTable table)
epCreatePrefix in class EdbPrintSpitable - テーブルprotected EdbDoc.Content epCreatePostfix(EdbTable table)
epCreatePostfix in class EdbPrintSpitable - テーブルprotected EdbDoc.Content epCreate(EdbTable table)
epCreate in class EdbPrintSpitable - テーブルprotected 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 EdbDoc.Content epCreate(EdbDatum datum)
epCreate in class EdbPrintSpidatum - DatumEDB Working Group at Mon Dec 15 16:45:05 JST 2025