Click or drag to resize
NanoXLSX

StyleRepository Class

Class to manage all styles at runtime, before writing XLSX files. The main purpose is deduplication and decoupling of styles from workbooks at runtime
Inheritance Hierarchy
SystemObject
  NanoXLSX.StylesStyleRepository

Namespace: NanoXLSX.Styles
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
public class StyleRepository

The StyleRepository type exposes the following members.

Constructors
 NameDescription
Private methodStyleRepository Private constructor. The class is not intended to instantiate outside the singleton
Top
Properties
 NameDescription
Protected propertyImportInProgress If true certain exceptions will be suppressed and transformations on styles are performed when a worksheet is loaded
Public propertyStatic memberInstance Gets the singleton instance of the repository
Public propertyStyles Gets the currently managed styles of the repository
Top
Methods
 NameDescription
Public methodAddStyle Adds a style to the repository and returns the actual reference
Public methodEqualsDetermines 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 methodFlushStyles Empties the static repository
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
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
Remarks
Be careful when changing style data in this class. It may lead to inconsistencies
See Also