Interface IViewCSS
Interface IViewCSS
Název místa: Aspose.Html.Dom.Css Sbírka: Aspose.HTML.dll (25.4.0)
Tento rozhraní představuje CSS pohled.
[DOMNoInterfaceObject]
[ComVisible(true)]
[DOMObject]
public interface IViewCSS : IAbstractView
Implements
Methods
GetComputedStyle(Element)
Tato metoda se používá k získání počítačového stylu, jak je definován v CSS2.
[DOMName("getComputedStyle")]
ICSSStyleDeclaration GetComputedStyle(Element element)
Parameters
element
Element
Element, jehož styl se má vypočítat. Tento parametr nemůže být nulov.
Returns
Počítačový styl
GetComputedStyle(Článek, String)
Tato metoda se používá k získání počítačového stylu, jak je definován v CSS2.
[DOMName("getComputedStyle")]
ICSSStyleDeclaration GetComputedStyle(Element element, string pseudoElement)
Parameters
element
Element
Element, jehož styl se má vypočítat. Tento parametr nemůže být nulov.
pseudoElement
string
Je to pseudo prvek.
Returns
Počítačový styl