StyleValueSanitizer

StyleValueSanitizer

Overview

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

Sanitizes style values to ensure they fall within valid ranges.

This class provides 3 methods for working with StyleValueSanitizer objects in Java programs. Available methods include: normalizeIndentLevel, normalizeReadingOrder, normalizeTextRotation. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.

Methods

SignatureDescription
normalizeIndentLevel(value: Integer)intNormalizes the indent level to the valid range [0, 250].
normalizeTextRotation(value: Integer)intNormalizes the text rotation angle to the valid range [0, 180] or 255.
normalizeReadingOrder(value: Integer)intNormalizes the reading order value to the valid range [0, 2].

See Also