OpenParagraph Method

Opens a paragraph with the given layout.

protected virtual void OpenParagraph(
   System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter+WmlLayout 
      layout, 
   bool writeAlignment, 
   bool writeWrapping
)

Parameters

  • writeAlignment
    Whether to open paragraph alignment formatting.
  • writeWrapping
    Whether to open paragraph wrapping formatting.

Remarks

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

See Also

Applies to: WmlMobileTextWriter Class