Interface IElementCSSInlineStyle
Interface IElementCSSInlineStyle
名称: Aspose.Html.Dom.Css 编辑: Aspose.HTML.dll (25.4.0)
与元素相关的内线风格信息通过风格属性被曝光,这代表了 HTML 元素的 STYLE 属性的内容(或使用 STYLE 属性相同的方式使用其他图表或 DTD 的元素)。
[ComVisible(true)]
[DOMObject]
[DOMNoInterfaceObject]
public interface IElementCSSInlineStyle
Properties
Style
代表 代表一个风格属性,允许作者直接应用风格信息到特定元素。
[DOMName("style")]
ICSSStyleDeclaration Style { get; }