TTagStyle

Represents style of a tag

type TTagStyle = (ts_Text, ts_OpeningTag, ts_ClosingTag, ts_StandAloneTag)
property THTMLTag.TagStyle: TTagStyle


Values

ts_TextIndicates that this is not tag but plain text
ts_OpeningTagIndicates that tag is opening for block
ts_ClosingTagIndicates that tag is closing for block
ts_StandAloneTagIndicates that tag is standalone