RtfTextWriter
Escape Property
|
Determines whether characters should be escaped during writing. When `Escape` is `true`, certain characters are escaped to prevent them from being interpreted as special characters.When `Escape` is `false`, characters are written as-is without any escaping.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool Escape { get; set; }
Public Property Escape As Boolean
Get
Set
public:
property bool Escape {
bool get ();
void set (bool value);
}
member Escape : bool with get, set
Property Value
Type:
Boolean
See Also