30 #include <xlnt/xlnt_config.hpp> 77 bool alignment_applied()
const;
82 class border border() const;
94 bool border_applied()
const;
99 class fill fill() const;
111 bool fill_applied()
const;
116 class font font() const;
128 bool font_applied()
const;
145 bool number_format_applied()
const;
155 bool protection_applied()
const;
167 bool pivot_button()
const;
173 void pivot_button(
bool show);
178 bool quote_prefix()
const;
185 void quote_prefix(
bool quote);
190 bool has_style()
const;
205 format style(
const class style &new_style);
217 const class style style() const;
220 friend struct detail::stylesheet;
221 friend class detail::xlsx_producer;
222 friend class detail::xlsx_consumer;
228 format(detail::format_impl *d);
233 detail::format_impl *d_;
Enumerates the possible types a cell can be determined by it's current value.
Definition: cell.hpp:37
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:94
Describes a unit of data in a worksheet at a specific coordinate and its associated properties...
Definition: cell.hpp:84
Many settings in xlnt are allowed to not have a value set. This class encapsulates a value which may ...
Definition: format.hpp:44
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:38
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:56