CSSValue Class |
Namespace: Aspose.Html.Dom.Css
The CSSValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | CSSValue |
Initializes a new instance of the CSSValue class.
|
Name | Description | |
---|---|---|
![]() | CSSText |
A string representation of the current value.
|
![]() | CSSValueType |
A code defining the type of the value.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).) |
![]() | Equals(CSSValue) |
Determines whether the specified object is equal to this instance.
|
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Implements the operator ==.
|
![]() ![]() | Inequality |
Implements the operator !=.
|
Name | Description | |
---|---|---|
![]() ![]() | CSS_CUSTOM |
The value is a custom value.
|
![]() ![]() | CSS_INHERIT |
The value is inherited and the cssText contains "inherit".
|
![]() ![]() | CSS_PRIMITIVE_VALUE |
The value is a primitive value and an instance of the CSSPrimitiveValue interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface.
|
![]() ![]() | CSS_VALUE_LIST |
The value is a CSSValue list and an instance of the CSSValueList interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface.
|