TTagStyle
Represents style of a tag
type
TTagStyle = (ts_Text, ts_OpeningTag, ts_ClosingTag, ts_StandAloneTag)
property
THTMLTag
.TagStyle: TTagStyle
Values
ts_Text
Indicates that this is not tag but plain text
ts_OpeningTag
Indicates that tag is opening for block
ts_ClosingTag
Indicates that tag is closing for block
ts_StandAloneTag
Indicates that tag is standalone