OpenCharacterFormat Method

Opens character formatting tags for the given format.

protected virtual void OpenCharacterFormat(
   System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter+WmlFormat 
      format, 
   bool writeBold, 
   bool writeItalic, 
   bool writeSize
)

Parameters

  • writeBold
    Whether to open bold character formatting.
  • writeItalic
    Whether to open italic character formatting.
  • writeSize
    Whether to open character size formatting.

Remarks

Called internally by the writer, and can be overridden by an inheriting class.

See Also

Applies to: WmlMobileTextWriter Class