StyleFlag
Overview
StyleFlag is a struct in Aspose.Cells FOSS for Rust.
Inherits from: Default, Clone, PartialEq.
Represents flags which indicate applied formatting properties.
This struct provides 59 methods for working with StyleFlag objects in Rust programs.
Available methods include: get_alignments, get_all, get_borders, get_bottom_border, get_cell_shading, get_diagonal_down_border, get_diagonal_up_border, get_font, get_font_bold, get_font_color, get_font_italic, get_font_name, and 47 additional methods.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Fields: alignments, all, borders, bottom_border, cell_shading, diagonal_down_border, and 23 more.
Fields
| Name | Type | Access | Description |
|---|---|---|---|
alignments | bool | Read/Write | Gets the alignments. |
all | bool | Read/Write | Gets the all. |
borders | bool | Read/Write | Gets the borders. |
bottom_border | bool | Read/Write | Gets the bottom border. |
cell_shading | bool | Read/Write | Gets the cell shading. |
diagonal_down_border | bool | Read/Write | Gets the diagonal down border. |
diagonal_up_border | bool | Read/Write | Gets the diagonal up border. |
font | bool | Read/Write | Gets the font. |
font_bold | bool | Read/Write | Gets the font bold. |
font_color | bool | Read/Write | Gets the font color. |
font_italic | bool | Read/Write | Gets the font italic. |
font_name | bool | Read/Write | Gets the font name. |
font_size | bool | Read/Write | Gets the font size. |
font_strike | bool | Read/Write | Gets the font strike. |
font_underline | bool | Read/Write | Gets the font underline. |
horizontal_alignment | bool | Read/Write | Gets the horizontal alignment. |
hidden | bool | Read/Write | Gets the hidden. |
indent | bool | Read/Write | Gets the indent. |
left_border | bool | Read/Write | Gets the left border. |
locked | bool | Read/Write | Gets the locked. |
number_format | bool | Read/Write | Gets the number format. |
quote_prefix | bool | Read/Write | Gets the quote prefix. |
right_border | bool | Read/Write | Gets the right border. |
rotation | bool | Read/Write | Gets the rotation. |
shrink_to_fit | bool | Read/Write | Gets the shrink to fit. |
text_direction | bool | Read/Write | Gets the text direction. |
top_border | bool | Read/Write | Gets the top border. |
vertical_alignment | bool | Read/Write | Gets the vertical alignment. |
wrap_text | bool | Read/Write | Gets the wrap text. |
Methods
| Signature | Description |
|---|---|
new() → Self | Initializes a new instance. |
get_alignments() → bool | Gets the associated value. |
set_alignments(value: bool) | Sets the associated value. |
get_all() → bool | Gets the associated value. |
set_all(value: bool) | Sets the associated value. |
get_borders() → bool | Gets the associated value. |
set_borders(value: bool) | Sets the associated value. |
get_bottom_border() → bool | Gets the associated value. |
set_bottom_border(value: bool) | Sets the associated value. |
get_cell_shading() → bool | Gets the associated value. |
set_cell_shading(value: bool) | Sets the associated value. |
get_diagonal_down_border() → bool | Gets the associated value. |
set_diagonal_down_border(value: bool) | Sets the associated value. |
get_diagonal_up_border() → bool | Gets the associated value. |
set_diagonal_up_border(value: bool) | Sets the associated value. |
get_font() → bool | Gets the associated value. |
set_font(value: bool) | Sets the associated value. |
get_font_bold() → bool | Gets the associated value. |
set_font_bold(value: bool) | Sets the associated value. |
get_font_color() → bool | Gets the associated value. |
set_font_color(value: bool) | Sets the associated value. |
get_font_italic() → bool | Gets the associated value. |
set_font_italic(value: bool) | Sets the associated value. |
get_font_name() → bool | Gets the associated value. |
set_font_name(value: bool) | Sets the associated value. |
get_font_size() → bool | Gets the associated value. |
set_font_size(value: bool) | Sets the associated value. |
get_font_strike() → bool | Gets the associated value. |
set_font_strike(value: bool) | Sets the associated value. |
get_font_underline() → bool | Gets the associated value. |
set_font_underline(value: bool) | Sets the associated value. |
get_horizontal_alignment() → bool | Gets the associated value. |
set_horizontal_alignment(value: bool) | Sets the associated value. |
get_hidden() → bool | Gets the associated value. |
set_hidden(value: bool) | Sets the associated value. |
get_indent() → bool | Gets the associated value. |
set_indent(value: bool) | Sets the associated value. |
get_left_border() → bool | Gets the associated value. |
set_left_border(value: bool) | Sets the associated value. |
get_locked() → bool | Gets the associated value. |
set_locked(value: bool) | Sets the associated value. |
get_number_format() → bool | Gets the associated value. |
set_number_format(value: bool) | Sets the associated value. |
get_quote_prefix() → bool | Gets the associated value. |
set_quote_prefix(value: bool) | Sets the associated value. |
get_right_border() → bool | Gets the associated value. |
set_right_border(value: bool) | Sets the associated value. |
get_rotation() → bool | Gets the associated value. |
set_rotation(value: bool) | Sets the associated value. |
get_shrink_to_fit() → bool | Gets the associated value. |
set_shrink_to_fit(value: bool) | Sets the associated value. |
get_text_direction() → bool | Gets the associated value. |
set_text_direction(value: bool) | Sets the associated value. |
get_top_border() → bool | Gets the associated value. |
set_top_border(value: bool) | Sets the associated value. |
get_vertical_alignment() → bool | Gets the associated value. |
set_vertical_alignment(value: bool) | Sets the associated value. |
get_wrap_text() → bool | Gets the associated value. |
set_wrap_text(value: bool) | Sets the associated value. |