StyleRepository

StyleRepository

Overview

StyleRepository is a class in Aspose.Cells FOSS for Java.

Represents a repository for style values.

This class provides 1 method for working with StyleRepository objects in Java programs. Available methods include: normalize. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.

Methods

SignatureDescription
normalize(style: StyleValue)StyleValueNormalizes a style value by returning a clone of it.

See Also