XlsxWorkbookStylesValueHelpers
Overview
XlsxWorkbookStylesValueHelpers is a class in Aspose.Cells FOSS for Java.
Provides helper methods for parsing and formatting workbook style values.
This class provides 8 methods for working with XlsxWorkbookStylesValueHelpers objects in Java programs.
Available methods include: bordersEqual, fontEquals, getBorderStyleName, getHorizontalAlignmentName, getVerticalAlignmentName, isEmptyColor, parseBorderStyle, toArgbHex.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
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. |