This documentation is archived and is not being maintained.

XhtmlMobileTextWriter::EnterStyle Method

Sets the provided style as the current style if the BeginCachedRendering method has been called.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method EnterStyle(Style) Writes the opening tag of a <span> element that contains attributes that implement the layout and character formatting of the specified style. (Inherited from HtmlTextWriter.)
Public method EnterStyle(Style) Sets the provided style as the current style if the BeginCachedRendering method has been called.
Public method EnterStyle(Style, HtmlTextWriterTag) Writes the opening tag of a markup element that contains attributes that implement the layout and character formatting of the specified style. (Inherited from HtmlTextWriter.)
Top
Show: