Click or drag to resize
PicoXLSX

AbstractStyle Methods

The AbstractStyle type exposes the following members.

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