XlsxWorkbookStylesValueHelpers
Overview
XlsxWorkbookStylesValueHelpers is a class in Aspose.Cells FOSS for C++.
Provides helper methods for workbook style value conversions and comparisons.
Methods
| Signature | Description |
|---|---|
ParseBorderStyle(value: std::string_view) → Core::BorderStyle | Parses a border style name string to the corresponding BorderStyle enum value. Matching is case-insensitive. |
GetBorderStyleName(value: Core::BorderStyle) → std::string | Returns the canonical name for the given BorderStyle value. |
GetHorizontalAlignmentName(value: Core::HorizontalAlignment) → std::string | Returns the canonical name for the given HorizontalAlignment value. |
GetVerticalAlignmentName(value: Core::VerticalAlignment) → std::string | Returns the canonical name for the given VerticalAlignment value. |
ToArgbHex(color: Core::ColorValue) → std::string | Converts a ColorValue to an 8-character uppercase ARGB hex string. |
IsEmptyColor(color: Core::ColorValue) → bool | Returns true if all ARGB components of the color are zero. |
FontEquals(left: Core::FontValue, right: Core::FontValue) → bool | Compares two FontValue instances for field-by-field equality. |
BordersEqual(left: Core::BordersValue, right: Core::BordersValue) → bool | Compares two BordersValue instances for field-by-field equality. |