public interface ICssDataType extends com.aspose.ms.System.IEquatable<ICssDataType>
Common interface for all CSS data types, which are used in the CSS properties
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDefault()
Should define whether the current value of the data type is the default
value for this specific data type or not
|
String |
serializeDefault()
Should return a default string representation of the current value of the
data type
|
boolean isDefault()
Should define whether the current value of the data type is the default value for this specific data type or not
String serializeDefault()
Should return a default string representation of the current value of the data type
Copyright © 2024. All rights reserved.