Interface IViewCSS

Interface IViewCSS

nazivni prostor: Aspose.Html.Dom.Css Sastav: Aspose.HTML.dll (25.4.0)

Ovaj interfejs predstavlja CSS pogled.

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

Implements

IAbstractView

Methods

GetComputedStyle(Element)

Ova metoda se koristi za dobivanje računalnog stila kako je definiran u CSS2.

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

Parameters

element Element

Element čiji je stil treba izračunati.Ovaj parametar ne može biti nula.

Returns

ICSSStyleDeclaration

Računovodstveni stil

GetComputedStyle(Članak, String)

Ova metoda se koristi za dobivanje računalnog stila kako je definiran u CSS2.

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

Parameters

element Element

Element čiji je stil treba izračunati.Ovaj parametar ne može biti nula.

pseudoElement string

To je pseudo element.

Returns

ICSSStyleDeclaration

Računovodstveni stil

Vidjeti također

IAbstractView

 Hrvatski