Table of Contents

Interface IHTMLFontElement

Namespace
Org.W3c.Dom.Html
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLFontElement.html

public interface IHTMLFontElement : IHTMLElement, IElement, INode
Inherited Members

Properties

Color

String Color { get; set; }

Property Value

String

Face

String Face { get; set; }

Property Value

String

Size

String Size { get; set; }

Property Value

String