Interface IElementCSSInlineStyle

Interface IElementCSSInlineStyle

Der Name: Aspose.Html.Dom.Css Sammlung: Aspose.HTML.dll (25.4.0)

Inline style information attached to elements is exposed through the style attribute.This represents the contents of the STYLE attribute for HTML elements (oder Elemente in other schemes or DTDs that use the STYLE attribute in the same way).Inline style information attached to elements is exposed through the style attribute.This represents the contents of the STYLE attribute for HTML elements (or elements in other schemes or DTDs that use the STYLE attribute in the same way).

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

Properties

Style

Repräsentation Es handelt sich um ein Stilattribut, das es dem Autor ermöglicht, Stilinformationen direkt auf ein bestimmtes Element anzuwenden.

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

Eigentumswert

ICSSStyleDeclaration

 Deutsch