Interface IElementCSSInlineStyle

Interface IElementCSSInlineStyle

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

Inline stilinformation kopplad till element exponeras genom stilattributet. Detta representerar innehållet i STYLE-attributet för HTML-element (eller element i andra scheman eller DTD:er som använder STYLE-attributet på samma sätt).

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

Egenskaper

Stil

Representerar ett stilattribut som gör det möjligt för författaren att direkt tillämpa stilinformation på specifika element.

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

Egenskapsvärde

ICSSStyleDeclaration

 Svenska