Interface IViewCSS
Interface IViewCSS
nazivni prostor: Aspose.Html.Dom.Css Sastav: Aspose.HTML.dll (25.5.0)
Ovaj interfejs predstavlja CSS pogled.
[ComVisible(true)]
[DOMObject]
[DOMNoInterfaceObject]
public interface IViewCSS : IAbstractViewImplements
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
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
Računovodstveni stil