次の方法で共有


UpWmlMobileTextWriter.OpenParagraph メソッド

定義

指定されたレイアウトで段落を開きます。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

protected:
 override void OpenParagraph(System::Web::UI::MobileControls::Adapters::WmlMobileTextWriter::WmlLayout ^ layout, bool writeAlignment, bool writeWrapping);
protected override void OpenParagraph (System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout layout, bool writeAlignment, bool writeWrapping);
override this.OpenParagraph : System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout * bool * bool -> unit
Protected Overrides Sub OpenParagraph (layout As WmlMobileTextWriter.WmlLayout, writeAlignment As Boolean, writeWrapping As Boolean)

パラメーター

layout
WmlMobileTextWriter.WmlLayout

段落を開くときに使用するレイアウトを表す列挙値。

writeAlignment
Boolean

段落の配置書式を開くかどうかを指定します。

writeWrapping
Boolean

段落の折り返し書式を開くかどうかを指定します。

適用対象

こちらもご覧ください