Interface IElementCSSInlineStyle

Interface IElementCSSInlineStyle

Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)

附加到元素的内联样式信息通过 style 属性暴露。它表示 HTML 元素的 STYLE 属性的内容(或在其他模式或 DTD 中以相同方式使用 STYLE 属性的元素)。

[DOMNoInterfaceObject]
[DOMObject]
[ComVisible(true)]
public interface IElementCSSInlineStyle

属性

Style

表示一个样式属性,允许作者直接将样式信息应用于特定元素。

[DOMName("style")]
ICSSStyleDeclaration Style { get; }

属性值

ICSSStyleDeclaration

 中文