Interface IAttributes
- Namespace
- iText.StyledXmlParser.Node
- Assembly
- itext.styledxmlparser.dll
Interface for a series of HTML attributes.
public interface IAttributes : IEnumerable<IAttribute>, IEnumerable
- Inherited Members
Methods
GetAttribute(string)
Gets the value of an attribute, given a key.
string GetAttribute(string key)
Parameters
key
stringthe key
Returns
- string
the attribute
SetAttribute(string, string)
Adds a key and a value of an attributes.
void SetAttribute(string key, string value)
Parameters
Size()
Returns the number of attributes.
int Size()
Returns
- int
the number of attributes