Description

wodHtmlAttributes Class


Object Model




Remarks

This object is a collection of all attributes for the entity. It will hold as many IwodHtmlAttribute objects as there are attributes found in the entity. For example, entity

<IMG src="image.jpg" border=0>

there will be two IwodHtmlAttribute object - one for src="image.jpg", and other for border=0.

 




Members
Properties
Count Read-only property Holds total count of attributes in the collection.
Item Read-only property Holds reference to specific item in the collection.