Interface IElementCSSInlineStyle
Interface IElementCSSInlineStyle
Namn på plats: Aspose.Html.Dom.Css Sammanfattning: Aspose.HTML.dll (25.4.0)
Inline stil information ansluten till element exponeras genom stil attribut. Detta representerar innehållet i STYLE attribut för HTML element (eller element i andra scheman eller DTDs som använder STYLE attribut på samma sätt).
[ComVisible(true)]
[DOMObject]
[DOMNoInterfaceObject]
public interface IElementCSSInlineStyle
Properties
Style
Representerar en stilattribut som gör det möjligt för författaren att direkt tillämpa stilinformation på ett specifikt element.
[DOMName("style")]
ICSSStyleDeclaration Style { get; }