ExitStyle Method (Common)
Ends a block that has been using the layout and character formatting from a given style.
public void ExitStyle(
Style style
)
public void ExitStyle(
Style style,
bool breakAfter
)
Parameters
- style
The style reference. - 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