Click or drag to resize
PicoXLSX

AbstractStyle Class

Class represents an abstract style component
Inheritance Hierarchy
SystemObject
  PicoXLSXAbstractStyle
    More

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.2.1+e0edc719a6aeecf6c989e5a57750c75d6f3175bb
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