通过


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

true如果是breakAfter,则会在结束样式元素之后添加一个分隔符。 方法的第一种形式假定 breakAftertrue.

另请参阅

适用于