다음을 통해 공유


WmlMobileTextWriter.WmlFormat 생성자

정의

WmlMobileTextWriter.WmlFormat의 새 인스턴스를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

오버로드

WmlMobileTextWriter.WmlFormat(Style, WmlMobileTextWriter+WmlFormat)

WmlMobileTextWriter.WmlFormat의 새 인스턴스를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

WmlMobileTextWriter.WmlFormat(Boolean, Boolean, FontSize)

WmlMobileTextWriter.WmlFormat의 새 인스턴스를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

WmlMobileTextWriter.WmlFormat(Style, WmlMobileTextWriter+WmlFormat)

WmlMobileTextWriter.WmlFormat의 새 인스턴스를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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

새 포맷터를 만들 서식입니다.

설명

이 생성자는 및 SizeBoldItalic 에 대해 지정된 스타일을 먼저 찾습니다. 의 해당 속성 styleNotSet이 이면 이 생성자는 매개 변수의 currentFormat 해당 속성을 찾습니다.

추가 정보

적용 대상

WmlMobileTextWriter.WmlFormat(Boolean, Boolean, FontSize)

WmlMobileTextWriter.WmlFormat의 새 인스턴스를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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

쓰는 데 사용할 글꼴 크기입니다.

추가 정보

적용 대상