Interface IViewCSS
Interface IViewCSS
اسم الفضاء : Aspose.Svg.Dom.Css جمع: Aspose.SVG.dll (25.5.0)
هذا الواجهة يمثل نظرة CSS.
[DOMObject]
[DOMNoInterfaceObject]
[ComVisible(true)]
public interface IViewCSS : IAbstractView
Implements
Methods
GetComputedStyle(Element)
يتم استخدام هذه الطريقة للحصول على النمط المحاسب كما هو محدد في CSS2.
[DOMName("getComputedStyle")]
ICSSStyleDeclaration GetComputedStyle(Element element)
Parameters
element
Element
العنصر الذي ينبغي حسابه ، هذا المعلم لا يمكن أن يكون صفرًا.
Returns
أسلوب الحوسبة
GetComputedStyle(العنصر، string)
يتم استخدام هذه الطريقة للحصول على النمط المحاسب كما هو محدد في CSS2.
[DOMName("getComputedStyle")]
ICSSStyleDeclaration GetComputedStyle(Element element, string pseudoElement)
Parameters
element
Element
العنصر الذي ينبغي حسابه ، هذا المعلم لا يمكن أن يكون صفرًا.
pseudoElement
string
العنصر المزعج .
Returns
أسلوب الحوسبة