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
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