CuteEditor for .NET 6.2 Class Library

EmptyAlternateText Enumeration

Specifies the manners in which the editor handles images without alternate text specified or images with empty alternate text.

[Visual Basic]
Public Enum EmptyAlternateText
[C#]
public enum EmptyAlternateText

Members

Member Name Description
KeepDefault No action taken.
ForceAdd All images without alternate text specified receives an empty alt attribute.
ForceRemove The empty alt attribute of images will be removed automatically.

Requirements

Namespace: CuteEditor

Assembly: CuteEditor (in CuteEditor.dll)

See Also

CuteEditor Namespace