MobileTextWriter.ExitFormat メソッド

定義

指定したスタイルの文字書式を使用しているブロックを終了します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

オーバーロード

名前 説明
ExitFormat(Style)

指定したスタイルの文字書式を使用しているブロックを終了します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

ExitFormat(Style, Boolean)

指定したスタイルの文字書式を使用しているブロックを終了します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

ExitFormat(Style)

指定したスタイルの文字書式を使用しているブロックを終了します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

public:
 virtual void ExitFormat(System::Web::UI::MobileControls::Style ^ style);
public virtual void ExitFormat(System.Web.UI.MobileControls.Style style);
abstract member ExitFormat : System.Web.UI.MobileControls.Style -> unit
override this.ExitFormat : System.Web.UI.MobileControls.Style -> unit
Public Overridable Sub ExitFormat (style As Style)

パラメーター

style
Style

文字の書式設定に使用する指定したスタイル。

こちらもご覧ください

適用対象

ExitFormat(Style, Boolean)

指定したスタイルの文字書式を使用しているブロックを終了します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

public:
 virtual void ExitFormat(System::Web::UI::MobileControls::Style ^ style, bool breakAfter);
public virtual void ExitFormat(System.Web.UI.MobileControls.Style style, bool breakAfter);
abstract member ExitFormat : System.Web.UI.MobileControls.Style * bool -> unit
override this.ExitFormat : System.Web.UI.MobileControls.Style * bool -> unit
Public Overridable Sub ExitFormat (style As Style, breakAfter As Boolean)

パラメーター

style
Style

文字の書式設定に使用する指定したスタイル。

breakAfter
Boolean

breakAftertrue場合、終了スタイル要素の後に区切りが追加されます。 メソッドの最初の形式では、 breakAftertrueと見なされます。

こちらもご覧ください

適用対象