EnterStyle Method (Common)
Begins a block by using the layout and character formatting from a given style.
public void EnterStyle(
Style style
)
Parameters
- style
The style reference.
Remarks
The EnterStyle and ExitStyle methods allow a device adapter to emit markup, in order to begin and end a block using the character formatting from a given style.
See Also
Applies to: HtmlMobileTextWriter Class | MobileTextWriter Class