![]() | Abstract |
public abstract class AbstractStyle : IComparable<AbstractStyle>
The AbstractStyle type exposes the following members.
Name | Description | |
---|---|---|
![]() | AbstractStyle | Initializes a new instance of the AbstractStyle class |
Name | Description | |
---|---|---|
![]() | InternalID | Gets or sets the internal ID for sorting purpose in the Excel style document (nullable) |
Name | Description | |
---|---|---|
![]() ![]() | AddPropertyAsJson | Append a JSON property for debug purpose (used in the ToString methods) to the passed string builder |
![]() | 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(AbstractStyle) | Method to compare two objects for sorting purpose |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | 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 the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() ![]() | HandleProperties | Method to check whether a property is considered or skipped |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |