WmlMobileTextWriter.OpenParagraph Method

Definition

Opens a paragraph with the given layout. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected:
 virtual void OpenParagraph(System::Web::UI::MobileControls::Adapters::WmlMobileTextWriter::WmlLayout ^ layout, bool writeAlignment, bool writeWrapping);
protected virtual void OpenParagraph (System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout layout, bool writeAlignment, bool writeWrapping);
abstract member OpenParagraph : System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout * bool * bool -> unit
override this.OpenParagraph : System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout * bool * bool -> unit
Protected Overridable Sub OpenParagraph (layout As WmlMobileTextWriter.WmlLayout, writeAlignment As Boolean, writeWrapping As Boolean)

Parameters

layout
WmlMobileTextWriter.WmlLayout

An enumerated value representing the layout to use when opening a paragraph.

writeAlignment
Boolean

Whether to open paragraph alignment formatting.

writeWrapping
Boolean

Whether to open paragraph wrapping formatting.

Remarks

Called internally by the writer, and can be overridden by an inheriting class.

Applies to

See also