Interface IAttribute
- Namespace
- iText.StyledXmlParser.Node
- Assembly
- itext.styledxmlparser.dll
Interface for HTML attributes.
public interface IAttribute
Methods
GetKey()
Gets the key.
string GetKey()
Returns
- string
the key
GetValue()
Gets the value.
string GetValue()
Returns
- string
the value