29 #include <xlnt/xlnt_config.hpp> 76 bool alignment_applied()
const;
81 class border border() const;
93 bool border_applied()
const;
98 class fill fill() const;
110 bool fill_applied()
const;
115 class font font() const;
127 bool font_applied()
const;
144 bool number_format_applied()
const;
154 bool protection_applied()
const;
166 bool pivot_button()
const;
172 void pivot_button(
bool show);
177 bool quote_prefix()
const;
184 void quote_prefix(
bool quote);
189 bool has_style()
const;
204 format style(
const class style &new_style);
216 const class style style() const;
219 friend struct detail::stylesheet;
220 friend class detail::xlsx_producer;
221 friend class detail::xlsx_consumer;
227 format(detail::format_impl *d);
232 detail::format_impl *d_ =
nullptr;
Enumerates the possible types a cell can be determined by it's current value.
Definition: cell.hpp:36
Describes the font style of a particular cell.
Definition: font.hpp:41
Describes the fill style of a particular cell.
Definition: fill.hpp:299
Describes the border style of a particular cell.
Definition: border.hpp:91
Describes a unit of data in a worksheet at a specific coordinate and its associated properties...
Definition: cell.hpp:83
Many settings in xlnt are allowed to not have a value set. This class encapsulates a value which may ...
Definition: format.hpp:43
Alignment options that determine how text should be displayed within a cell.
Definition: alignment.hpp:63
Describes the protection style of a particular cell.
Definition: protection.hpp:36
Describes a style which has a name and can be applied to multiple individual formats. In Excel this is a "Cell Style".
Definition: style.hpp:55