XlsxWorkbookStylesValueHelpers
Overview
XlsxWorkbookStylesValueHelpers is a struct in Aspose.Cells FOSS for Rust.
Inherits from: Default, Clone, PartialEq.
This struct provides 9 methods for working with XlsxWorkbookStylesValueHelpers objects in Rust programs.
Available methods include: border_side_equals, borders_equal, font_equals, get_border_style_name, get_horizontal_alignment_name, get_vertical_alignment_name, is_empty_color, parse_border_style, to_argb_hex.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Methods
| Signature | Description |
|---|---|
parse_border_style(value: String) → BorderStyle | Calls parse_border_style(value) on this XlsxWorkbookStylesValueHelpers instance. |
get_border_style_name(value: BorderStyle) → String | Calls get_border_style_name(value) on this XlsxWorkbookStylesValueHelpers instance. |
get_horizontal_alignment_name(value: HorizontalAlignment) → String | Calls get_horizontal_alignment_name(value) on this XlsxWorkbookStylesValueHelpers instance. |
get_vertical_alignment_name(value: VerticalAlignment) → String | Calls get_vertical_alignment_name(value) on this XlsxWorkbookStylesValueHelpers instance. |
to_argb_hex(color: ColorValue) → String | Calls to_argb_hex(color) on this XlsxWorkbookStylesValueHelpers instance. |
is_empty_color(color: ColorValue) → bool | Calls is_empty_color(color) on this XlsxWorkbookStylesValueHelpers instance. |
font_equals(left: FontValue, right: FontValue) → bool | Calls font_equals(left, right) on this XlsxWorkbookStylesValueHelpers instance. |
borders_equal(left: BordersValue, right: BordersValue) → bool | Calls borders_equal(left, right) on this XlsxWorkbookStylesValueHelpers instance. |
border_side_equals(left: BorderSideValue, right: BorderSideValue) → bool | Calls border_side_equals(left, right) on this XlsxWorkbookStylesValueHelpers instance. |