ThtmlElementTagType Enumeration

Represents type ThtmlElementTagType.

Namespace: flcHTMLDocBase
type
 ThtmlElementTagType = (ttContentTags, ttEmptyTag, ttStartTag);

The ThtmlElementTagType type exposes the following members.

Show:
 NameDescription
ttContentTags

Represents constant ttContentTags.

ttEmptyTag

Represents constant ttEmptyTag.

ttStartTag

Represents constant ttStartTag.

Top