| 
MergeFieldEventArgs
IsKeepHtmlTextFormat Property
  | 
 Gets or sets if keep html text formatting.
 Namespace:
 Spire.Doc.Reporting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool IsKeepHtmlTextFormat { get; set; }
 
Public Property IsKeepHtmlTextFormat As Boolean
	Get
	Set
 
public:
property bool IsKeepHtmlTextFormat {
	bool get ();
	void set (bool value);
}
 
member IsKeepHtmlTextFormat : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also