XlsxWorkbookStylesValueHelpers

XlsxWorkbookStylesValueHelpers

Overview

XlsxWorkbookStylesValueHelpers is a class in Aspose.Cells FOSS for C++.

Provides helper methods for workbook style value conversions and comparisons.

Methods

SignatureDescription
ParseBorderStyle(value: std::string_view)Core::BorderStyleParses a border style name string to the corresponding BorderStyle enum value. Matching is case-insensitive.
GetBorderStyleName(value: Core::BorderStyle)std::stringReturns the canonical name for the given BorderStyle value.
GetHorizontalAlignmentName(value: Core::HorizontalAlignment)std::stringReturns the canonical name for the given HorizontalAlignment value.
GetVerticalAlignmentName(value: Core::VerticalAlignment)std::stringReturns the canonical name for the given VerticalAlignment value.
ToArgbHex(color: Core::ColorValue)std::stringConverts a ColorValue to an 8-character uppercase ARGB hex string.
IsEmptyColor(color: Core::ColorValue)boolReturns true if all ARGB components of the color are zero.
FontEquals(left: Core::FontValue, right: Core::FontValue)boolCompares two FontValue instances for field-by-field equality.
BordersEqual(left: Core::BordersValue, right: Core::BordersValue)boolCompares two BordersValue instances for field-by-field equality.

See Also