WmlMobileTextWriter.WmlFormat コンストラクター

定義

WmlMobileTextWriter.WmlFormat の新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

オーバーロード

名前 説明
WmlMobileTextWriter.WmlFormat(Style, WmlMobileTextWriter+WmlFormat)

WmlMobileTextWriter.WmlFormat の新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

WmlMobileTextWriter.WmlFormat(Boolean, Boolean, FontSize)

WmlMobileTextWriter.WmlFormat の新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

WmlMobileTextWriter.WmlFormat(Style, WmlMobileTextWriter+WmlFormat)

WmlMobileTextWriter.WmlFormat の新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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

新しいフォーマッタの作成元の書式。

注釈

このコンストラクターは、最初に、 BoldItalicSizeの値について、指定されたスタイルを検索します。 styleの対応するプロパティのいずれかがNotSetされている場合、このコンストラクターは、currentFormat パラメーターの対応するプロパティを検索します。

こちらもご覧ください

適用対象

WmlMobileTextWriter.WmlFormat(Boolean, Boolean, FontSize)

WmlMobileTextWriter.WmlFormat の新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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

書き込みで使用するフォント サイズ。

こちらもご覧ください

適用対象