30 #include <xlnt/xlnt_config.hpp> 31 #include <xlnt/utils/optional.hpp> 41 struct conditional_format_impl;
51 static condition text_starts_with(
const std::string &start);
52 static condition text_ends_with(
const std::string &end);
53 static condition text_contains(
const std::string &start);
54 static condition text_does_not_contain(
const std::string &start);
58 return text_comparand_ == rhs.text_comparand_;
63 return !(*
this == rhs);
67 friend class detail::xlsx_producer;
74 enum class condition_operator
82 std::string text_comparand_;
108 bool has_border()
const;
113 class border border() const;
123 bool has_fill()
const;
128 class fill fill() const;
138 bool has_font()
const;
143 class font font() const;
161 friend struct detail::stylesheet;
162 friend class detail::xlsx_consumer;
172 detail::conditional_format_impl *d_ =
nullptr;
Enumerates the possible types a cell can be determined by it's current value.
Definition: cell.hpp:36
bool operator!=(std::nullptr_t, const cell &cell)
Returns true if this cell is initialized.
Describes the font style of a particular cell.
Definition: font.hpp:41
Definition: conditional_format.hpp:48
Describes the fill style of a particular cell.
Definition: fill.hpp:299
Describes the border style of a particular cell.
Definition: border.hpp:91
bool operator==(std::nullptr_t, const cell &cell)
Returns true if this cell is uninitialized.