Interface IHTMLParagraphElement
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLParagraphElement.html
public interface IHTMLParagraphElement : IHTMLElement, IElement, INode
- Inherited Members
Properties
Align
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLParagraphElement.html#getAlign-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLParagraphElement.html#setAlign-java.lang.String-
String Align { get; set; }