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

NameTypeAccessDescription
alignmentsboolRead/WriteGets the alignments.
allboolRead/WriteGets the all.
bordersboolRead/WriteGets the borders.
bottom_borderboolRead/WriteGets the bottom border.
cell_shadingboolRead/WriteGets the cell shading.
diagonal_down_borderboolRead/WriteGets the diagonal down border.
diagonal_up_borderboolRead/WriteGets the diagonal up border.
fontboolRead/WriteGets the font.
font_boldboolRead/WriteGets the font bold.
font_colorboolRead/WriteGets the font color.
font_italicboolRead/WriteGets the font italic.
font_nameboolRead/WriteGets the font name.
font_sizeboolRead/WriteGets the font size.
font_strikeboolRead/WriteGets the font strike.
font_underlineboolRead/WriteGets the font underline.
horizontal_alignmentboolRead/WriteGets the horizontal alignment.
hiddenboolRead/WriteGets the hidden.
indentboolRead/WriteGets the indent.
left_borderboolRead/WriteGets the left border.
lockedboolRead/WriteGets the locked.
number_formatboolRead/WriteGets the number format.
quote_prefixboolRead/WriteGets the quote prefix.
right_borderboolRead/WriteGets the right border.
rotationboolRead/WriteGets the rotation.
shrink_to_fitboolRead/WriteGets the shrink to fit.
text_directionboolRead/WriteGets the text direction.
top_borderboolRead/WriteGets the top border.
vertical_alignmentboolRead/WriteGets the vertical alignment.
wrap_textboolRead/WriteGets the wrap text.

Methods

SignatureDescription
new()SelfInitializes a new instance.
get_alignments()boolGets the associated value.
set_alignments(value: bool)Sets the associated value.
get_all()boolGets the associated value.
set_all(value: bool)Sets the associated value.
get_borders()boolGets the associated value.
set_borders(value: bool)Sets the associated value.
get_bottom_border()boolGets the associated value.
set_bottom_border(value: bool)Sets the associated value.
get_cell_shading()boolGets the associated value.
set_cell_shading(value: bool)Sets the associated value.
get_diagonal_down_border()boolGets the associated value.
set_diagonal_down_border(value: bool)Sets the associated value.
get_diagonal_up_border()boolGets the associated value.
set_diagonal_up_border(value: bool)Sets the associated value.
get_font()boolGets the associated value.
set_font(value: bool)Sets the associated value.
get_font_bold()boolGets the associated value.
set_font_bold(value: bool)Sets the associated value.
get_font_color()boolGets the associated value.
set_font_color(value: bool)Sets the associated value.
get_font_italic()boolGets the associated value.
set_font_italic(value: bool)Sets the associated value.
get_font_name()boolGets the associated value.
set_font_name(value: bool)Sets the associated value.
get_font_size()boolGets the associated value.
set_font_size(value: bool)Sets the associated value.
get_font_strike()boolGets the associated value.
set_font_strike(value: bool)Sets the associated value.
get_font_underline()boolGets the associated value.
set_font_underline(value: bool)Sets the associated value.
get_horizontal_alignment()boolGets the associated value.
set_horizontal_alignment(value: bool)Sets the associated value.
get_hidden()boolGets the associated value.
set_hidden(value: bool)Sets the associated value.
get_indent()boolGets the associated value.
set_indent(value: bool)Sets the associated value.
get_left_border()boolGets the associated value.
set_left_border(value: bool)Sets the associated value.
get_locked()boolGets the associated value.
set_locked(value: bool)Sets the associated value.
get_number_format()boolGets the associated value.
set_number_format(value: bool)Sets the associated value.
get_quote_prefix()boolGets the associated value.
set_quote_prefix(value: bool)Sets the associated value.
get_right_border()boolGets the associated value.
set_right_border(value: bool)Sets the associated value.
get_rotation()boolGets the associated value.
set_rotation(value: bool)Sets the associated value.
get_shrink_to_fit()boolGets the associated value.
set_shrink_to_fit(value: bool)Sets the associated value.
get_text_direction()boolGets the associated value.
set_text_direction(value: bool)Sets the associated value.
get_top_border()boolGets the associated value.
set_top_border(value: bool)Sets the associated value.
get_vertical_alignment()boolGets the associated value.
set_vertical_alignment(value: bool)Sets the associated value.
get_wrap_text()boolGets the associated value.
set_wrap_text(value: bool)Sets the associated value.

See Also