Interface IElementCSSInlineStyle
Interface IElementCSSInlineStyle
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)
要素に添付されたインラインスタイル情報は、style属性を通じて公開されます。これは、HTML要素のSTYLE属性の内容(または同様にSTYLE属性を使用する他のスキーマやDTDの要素)を表します。
[DOMNoInterfaceObject]
[DOMObject]
[ComVisible(true)]
public interface IElementCSSInlineStyle
プロパティ
Style
特定の要素にスタイル情報を直接適用できるスタイル属性を表します。
[DOMName("style")]
ICSSStyleDeclaration Style { get; }