Name | Description | |
---|---|---|
![]() | AppendUnknownValue | Used to append unknown properties to this declaration. The unknown name and value will be used only when rebuilding the CSS string again. |
![]() | AppendValue | Adds the specified value for the specified property to this CSSDeclaration. |
![]() | Clone | Creates copy of this instance and places it in the specified variable. |
![]() | Count | Returns the number of declarations stored by this CSSDeclaration instance (that were added with AppendValue). |
![]() | GetImportantValues | Returns all of the property/values in this CSSDeclaration instance that were marked with the !important declaration. |
![]() | GetProperty | Returns the eCSSProperty at the specified index in the property order array. |
![]() | GetValue | Overloaded. Returns the value of the specified property as a CSSValue object. |
![]() | GetValueIsImportant | Overloaded. Determines if the specified property stored in this CSSDeclaration instance was marked with the !important declaration. |
![]() | Reset | Resets all CSSValues contained in this declaration. |
![]() | SetValueImportant | Sets the value important. |
![]() | ToString | Returns the propery/value pair(s) contained in this CSSDeclaration in standards based CSS declaration block syntax. |