ICSSStyleDeclaration.GetPropertyValue
ICSSStyleDeclaration.GetPropertyValue method
The CSSStyleDeclaration.getPropertyValue() method interface returns a String containing the value of a specified CSS property.
public String GetPropertyValue(String propertyName)
Parameter | Type | Description |
---|---|---|
propertyName | String | propertyName is a String representing the property name (hyphen case) to be checked. |
Return Value
value is a String containing the value of the property. If not set, returns the empty String.
See Also
- interface ICSSStyleDeclaration
- package com.aspose.html.dom.css
- package Aspose.HTML