StyleValueSanitizer

StyleValueSanitizer

Overview

StyleValueSanitizer is a struct in Aspose.Cells FOSS for Rust. Inherits from: Default, Clone, PartialEq.

This struct provides 3 methods for working with StyleValueSanitizer objects in Rust programs. Available methods include: normalize_indent_level, normalize_reading_order, normalize_text_rotation. All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.

Methods

SignatureDescription
normalize_indent_level(value: Option<i32>)i32Calls normalize_indent_level(value) on this StyleValueSanitizer instance.
normalize_text_rotation(value: Option<i32>)i32Calls normalize_text_rotation(value) on this StyleValueSanitizer instance.
normalize_reading_order(value: Option<i32>)i32Calls normalize_reading_order(value) on this StyleValueSanitizer instance.

See Also