Click or drag to resize
NanoXLSX

AbstractStyle Class

Class represents an abstract style component
Inheritance Hierarchy
SystemObject
  NanoXLSX.StylesAbstractStyle
    More

Namespace: NanoXLSX.Styles
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
public abstract class AbstractStyle : IComparable<AbstractStyle>

The AbstractStyle type exposes the following members.

Constructors
 NameDescription
Protected methodAbstractStyleInitializes a new instance of the AbstractStyle class
Top
Properties
 NameDescription
Public propertyInternalID Gets or sets the internal ID for sorting purpose in the Excel style document (nullable)
Top
Methods
 NameDescription
Protected methodStatic memberAddPropertyAsJson Append a JSON property for debug purpose (used in the ToString methods) to the passed string builder
Public methodCompareTo Method to compare two objects for sorting purpose
Public methodCopy Abstract method to copy a component (dereferencing)
Protected methodCopyPropertiesT Internal method to copy altered properties from a source object. The decision whether a property is copied is dependent on a untouched reference object
Public methodEquals(AbstractStyle) Method to compare two objects for sorting purpose
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Private methodStatic memberHandleProperties Method to check whether a property is considered or skipped
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also
Inheritance Hierarchy
SystemObject
  NanoXLSX.StylesAbstractStyle
    NanoXLSX.StylesBorder
    NanoXLSX.StylesCellXf
    NanoXLSX.StylesFill
    NanoXLSX.StylesFont
    NanoXLSX.StylesNumberFormat
    NanoXLSX.StylesStyle