WmlMobileTextWriter.WmlFormat 构造函数

定义

初始化 WmlMobileTextWriter.WmlFormat 的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

重载

WmlMobileTextWriter.WmlFormat(Style, WmlMobileTextWriter+WmlFormat)

初始化 WmlMobileTextWriter.WmlFormat 的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

WmlMobileTextWriter.WmlFormat(Boolean, Boolean, FontSize)

初始化 WmlMobileTextWriter.WmlFormat 的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

WmlMobileTextWriter.WmlFormat(Style, WmlMobileTextWriter+WmlFormat)

初始化 WmlMobileTextWriter.WmlFormat 的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 WmlFormat(System::Web::UI::MobileControls::Style ^ style, System::Web::UI::MobileControls::Adapters::WmlMobileTextWriter::WmlFormat ^ currentFormat);
public WmlFormat (System.Web.UI.MobileControls.Style style, System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat currentFormat);
new System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat : System.Web.UI.MobileControls.Style * System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat -> System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat
Public Sub New (style As Style, currentFormat As WmlMobileTextWriter.WmlFormat)

参数

style
Style

创建新的格式化程序时使用的样式。

currentFormat
WmlMobileTextWriter.WmlFormat

创建新的格式化程序时使用的格式。

注解

此构造函数首先查找 和 Size的值的BoldItalic给定样式。 如果 的任意对应属性 styleNotSet,则此构造函数将查找 参数的 currentFormat 相应属性。

另请参阅

适用于

WmlMobileTextWriter.WmlFormat(Boolean, Boolean, FontSize)

初始化 WmlMobileTextWriter.WmlFormat 的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 WmlFormat(bool bold, bool italic, System::Web::UI::MobileControls::FontSize size);
public WmlFormat (bool bold, bool italic, System.Web.UI.MobileControls.FontSize size);
new System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat : bool * bool * System.Web.UI.MobileControls.FontSize -> System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat
Public Sub New (bold As Boolean, italic As Boolean, size As FontSize)

参数

bold
Boolean

将格式设置为粗体时为 true;否则为 false

italic
Boolean

将格式设置为斜体时为 true;否则为 false

size
FontSize

要在编写时使用的字号。

另请参阅

适用于