Interface IAttr
Inherited Members
Namespace: Telerik.Windows.Documents.FormatProviders.Html.Parsing.Dom
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface IAttr : INode
Properties
Name
Returns the name of this attribute.
Declaration
string Name { get; }
Property Value
System.String
|
OwnerElement
The
Element
node this attribute is attached to or
null
if this attribute is not in use.Declaration
IElement OwnerElement { get; }
Property Value
IElement
|
Specified
Declaration
bool Specified { get; }
Property Value
System.Boolean
|
Value
Declaration
string Value { get; set; }
Property Value
System.String
|