AbstractStyle Class
From NanoXLSX
NanoXLSX Library Documentation
![]() | AbstractStyle Class |
Class represents an abstract style component
Namespace: NanoXLSX.Style
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
C#
public abstract class AbstractStyle : IComparable<AbstractStyle>, IEquatable<AbstractStyle>
The AbstractStyle type exposes the following members.
| Name | Description | |
|---|---|---|
| AbstractStyle | Initializes a new instance of the AbstractStyle class |
| Name | Description | |
|---|---|---|
| Hash |
Gets the unique hash of the object
| |
| InternalID |
Gets or sets the internal ID for sorting purpose in the Excel style document (nullable)
|
| Name | Description | |
|---|---|---|
| CalculateHash |
Abstract method definition to calculate the hash of the component
| |
| CastValue |
Method to cast values of the components to string values for the hash calculation (protected/internal static method)
| |
| CompareTo |
Method to compare two objects for sorting purpose
| |
| Copy |
Abstract method to copy a component (dereferencing)
| |
| CopyPropertiesT |
Internal method to copy altered properties from a source object. The decision whether a property is copied is dependent on a untouched reference object
| |
| Equals(Object) | (Inherited from Object.) | |
| Equals(AbstractStyle) |
Method to compare two objects for sorting purpose
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
