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