StyleValueSanitizer

StyleValueSanitizer

Vue de l’ensemble

‘StyleValueSanitizer’ est une classe dans Aspose.Cells FOSS pour C++.

Il fournit des aides de normalisation pour les valeurs intégrales du style.

Cette classe fournit 3 méthodes pour travailler avec les objets StyleValueSanitizer dans des programmes C++. Les méthodologies disponibles comprennent: NormalizeIndentLevel, normalizReadingOrder et normalizeTextRotation. Tous les membres publics sont accessibles à n’importe quelle application C ++ après l’installation de l’Aspose.Cells FOSS pour le package C+.

méthodes

SignatureDescription
NormalizeIndentLevel(value: std::optional<int>)intNormalizes an indent level value to the valid range [0, 250]. Returns 0 if the value is absent or out of range.
NormalizeReadingOrder(value: std::optional<int>)intNormalizes a reading order value to the valid range [0, 2]. Returns 0 if the value is absent or out of range.
NormalizeTextRotation(value: std::optional<int>)intNormalizes a text rotation value. Accepts 255 (vertical text) or [0, 180]. Returns 0 if the value is absent or out of range.

Voir aussi

  • Aspose.Cells — référence API d’entreprise
 Français