The YWHtmlWriter type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetSafeString
サニタイジングした文字列を取得します。
Public methodStatic memberReplaceBR
改行コードを<BR>に書き換えた値を取得します。
Public methodStatic memberSaveList
DataTableの値をHTMLでファイルを出力します。
Public methodWrite
ストリームにサニタイジングした文字列を書き込みます。
(Overrides StreamWriter..::..Write(String).)
Public methodWriteBTag
開始/終了タグと値を書き込みます。
Public methodWriteBTagLN
開始/終了タグと値を書き込みます。
Public methodWriteLN
サニタイジングした文字列をテキスト ストリームに書き込み、続けて行終端記号を書き込みます。
Public methodWriteLTag(String)
Indent に基づきスペースを挿入し、開始タグをテキスト ストリームに書き込みます。
Public methodWriteLTag(String, String, Object)
Indent に基づきスペースを挿入し、開始タグをテキスト ストリームに書き込みます。
Public methodWriteLTagLN(String)
Indent に基づきスペースを挿入し、開始タグをテキスト ストリームに書き込み、続けて行終端記号を書き込みます。
Public methodWriteLTagLN(String, String, Object)
Indent に基づきスペースを挿入し、開始タグをテキスト ストリームに書き込み、続けて行終端記号を書き込みます。
Public methodWriteRTag(String)
Indent に基づきスペースを挿入し、終了タグをテキスト ストリームに書き込みます。
Public methodWriteRTag(String, String, Object)
Indent に基づきスペースを挿入し、終了タグをテキスト ストリームに書き込みます。
Public methodWriteRTagLN(String)
Indent に基づきスペースを挿入し、終了タグをテキスト ストリームに書き込み、続けて行終端記号を書き込みます。
Public methodWriteRTagLN(String, String, Object)
Indent に基づきスペースを挿入し、終了タグをテキスト ストリームに書き込み、続けて行終端記号を書き込みます。

See Also