共用方式為


WmlMobileTextWriter.WmlFormat 建構函式

定義

初始化 WmlMobileTextWriter.WmlFormat 的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

多載

WmlMobileTextWriter.WmlFormat(Style, WmlMobileTextWriter+WmlFormat)

初始化 WmlMobileTextWriter.WmlFormat 的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

WmlMobileTextWriter.WmlFormat(Boolean, Boolean, FontSize)

初始化 WmlMobileTextWriter.WmlFormat 的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

WmlMobileTextWriter.WmlFormat(Style, WmlMobileTextWriter+WmlFormat)

初始化 WmlMobileTextWriter.WmlFormat 的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with 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

用來建立新格式子 (Formatter) 表單的樣式。

currentFormat
WmlMobileTextWriter.WmlFormat

用來建立新格式子表單的格式。

備註

此建構函式會先查看 和 Size值的BoldItalic指定樣式。 如果的任何對應屬性 styleNotSet,這個建構函式會尋找參數的 currentFormat 對應屬性。

另請參閱

適用於

WmlMobileTextWriter.WmlFormat(Boolean, Boolean, FontSize)

初始化 WmlMobileTextWriter.WmlFormat 的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with 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

寫入時要使用的字型大小。

另請參閱

適用於