System.Web.UI.Html32TextWriter: Property Members

The properties of System.Web.UI.Html32TextWriter are listed below. For a list of all members, see the Html32TextWriter Members list.

See Also: Inherited members from System.Web.UI.HtmlTextWriter

Public Properties

ShouldPerformDivTableSubstitutionbool.

Gets or sets a Boolean value indicating whether to replace a Table element with a Div element to reduce the time that it takes to render a block of HTML.

SupportsBoldbool.

Gets or sets a Boolean value indicating whether the requesting device supports bold HTML text. Use the Html32TextWriter.SupportsBold property to conditionally render bold text to the System.Web.UI.Html32TextWriter output stream.

SupportsItalicbool.

Gets or sets a Boolean value indicating whether the requesting device supports italic HTML text. Use the Html32TextWriter.SupportsItalic property to conditionally render italicized text to the System.Web.UI.Html32TextWriter output stream.

Protected Properties

[read-only]
FontStackStack.

Gets a collection of font information for the HTML to render.