xlnt
|
Describes a conditional format that will be applied to all cells in the associated range that satisfy the condition. This can only be constructed using methods on worksheet or range. More...
#include <conditional_format.hpp>
Public Member Functions | |
conditional_format ()=delete | |
Delete zero-argument constructor More... | |
conditional_format (const conditional_format &other)=default | |
Default copy constructor. Constructs a format using the same PIMPL as other. More... | |
bool | has_border () const |
class border | border () const |
conditional_format | border (const xlnt::border &new_border) |
bool | has_fill () const |
class fill | fill () const |
conditional_format | fill (const xlnt::fill &new_fill) |
bool | has_font () const |
class font | font () const |
conditional_format | font (const xlnt::font &new_font) |
bool | operator== (const conditional_format &other) const |
Returns true if this format is equivalent to other. More... | |
bool | operator!= (const conditional_format &other) const |
Returns true if this format is not equivalent to other. More... | |
Friends | |
struct | detail::stylesheet |
class | detail::xlsx_consumer |
Describes a conditional format that will be applied to all cells in the associated range that satisfy the condition. This can only be constructed using methods on worksheet or range.
|
delete |
Delete zero-argument constructor
|
default |
Default copy constructor. Constructs a format using the same PIMPL as other.
class border xlnt::conditional_format::border | ( | ) | const |
conditional_format xlnt::conditional_format::border | ( | const xlnt::border & | new_border | ) |
class fill xlnt::conditional_format::fill | ( | ) | const |
conditional_format xlnt::conditional_format::fill | ( | const xlnt::fill & | new_fill | ) |
class font xlnt::conditional_format::font | ( | ) | const |
conditional_format xlnt::conditional_format::font | ( | const xlnt::font & | new_font | ) |
bool xlnt::conditional_format::has_border | ( | ) | const |
bool xlnt::conditional_format::has_fill | ( | ) | const |
bool xlnt::conditional_format::has_font | ( | ) | const |
bool xlnt::conditional_format::operator!= | ( | const conditional_format & | other | ) | const |
Returns true if this format is not equivalent to other.
bool xlnt::conditional_format::operator== | ( | const conditional_format & | other | ) | const |
Returns true if this format is equivalent to other.