StyleValueSanitizer
Overview
StyleValueSanitizer is a class in Aspose.Cells FOSS for Java.
Sanitizes style values to ensure they fall within valid ranges.
Methods
| Signature | Description |
|---|---|
normalizeIndentLevel(value: Integer) → int | Normalizes the indent level to the valid range [0, 250]. |
normalizeTextRotation(value: Integer) → int | Normalizes the text rotation angle to the valid range [0, 180] or 255. |
normalizeReadingOrder(value: Integer) → int | Normalizes the reading order value to the valid range [0, 2]. |