UltimateEditor Class Library

UltimateEditor.AutoReplaceFontWithSpan Property

Gets or sets a value that indicates whether to automatically replace the deprecated FONT tags with SPAN elements.

[Visual Basic]
Public Property AutoReplaceFontWithSpan As Boolean
[C#]
public bool AutoReplaceFontWithSpan {get; set;}

Property Value

true if FONT tags are automatically replaced with SPAN elements; otherwise, false. The default value is true.

Remarks

Use this property to automatically replace the deprecated FONT tags with SPAN elements.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace