Interface IViewCSS

Interface IViewCSS

Il nome: Aspose.Html.Dom.Css Assemblaggio: Aspose.HTML.dll (25.4.0)

Questa interfaccia rappresenta una visione CSS.

[DOMNoInterfaceObject]
[ComVisible(true)]
[DOMObject]
public interface IViewCSS : IAbstractView

Implements

IAbstractView

Methods

GetComputedStyle(Element)

Questo metodo viene utilizzato per ottenere lo stile informatico come definito in CSS2.

[DOMName("getComputedStyle")]
ICSSStyleDeclaration GetComputedStyle(Element element)

Parameters

element Element

L’elemento il cui stile deve essere calcolato.Questo parametro non può essere zero.

Returns

ICSSStyleDeclaration

Lo stile informatico

GetComputedStyle(di String, String)

Questo metodo viene utilizzato per ottenere lo stile informatico come definito in CSS2.

[DOMName("getComputedStyle")]
ICSSStyleDeclaration GetComputedStyle(Element element, string pseudoElement)

Parameters

element Element

L’elemento il cui stile deve essere calcolato.Questo parametro non può essere zero.

pseudoElement string

Il pseudo elemento.

Returns

ICSSStyleDeclaration

Lo stile informatico

Vedi anche

IAbstractView

 Italiano