XlsxWorkbookStylesValueHelpers
Overview
XlsxWorkbookStylesValueHelpers is a class in Aspose.Cells FOSS for Java.
Provides helper methods for parsing and formatting workbook style values.
Methods
| Signature | Description |
|---|---|
parseBorderStyle(value: String) → BorderStyle | Parses a border style string into a {@link BorderStyle} enum. |
getBorderStyleName(value: BorderStyle) → String | Gets the string representation of a {@link BorderStyle}. |
getHorizontalAlignmentName(value: HorizontalAlignment) → String | Gets the string representation of a {@link HorizontalAlignment}. |
getVerticalAlignmentName(value: VerticalAlignment) → String | Gets the string representation of a {@link VerticalAlignment}. |
toArgbHex(color: ColorValue) → String | Converts a {@link ColorValue} to an ARGB hex string (e.g. |
isEmptyColor(color: ColorValue) → boolean | Checks if a {@link ColorValue} is empty (all components are zero). |
fontEquals(left: FontValue, right: FontValue) → boolean | Compares two {@link FontValue} instances for equality. |
bordersEqual(left: BordersValue, right: BordersValue) → boolean | Compares two {@link BordersValue} instances for equality. |