ExitFormat Method (Common)
Ends a block that has been using the character formatting from a specified style.
public virtual void ExitFormat(
Style style
)
public void ExitFormat(
Style style,
bool breakAfter
)
Parameters
- style
The specified style to use for formatting characters. - breakAfter
If breakAfter is true, a break is added after the closing style element. The first form of the method assumes breakAfter to be true.
See Also
Applies to:HtmlMobileTextWriter Class | MobileTextWriter Class | WmlMobileTextWriter Class