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>
|
|
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.
◆ conditional_format() [1/2]
| xlnt::conditional_format::conditional_format |
( |
| ) |
|
|
delete |
Delete zero-argument constructor
◆ conditional_format() [2/2]
Default copy constructor. Constructs a format using the same PIMPL as other.
◆ border() [1/2]
| class border xlnt::conditional_format::border |
( |
| ) |
const |
Returns a copy of the border of this conditional format. If no border has been set (has_border() returns false), a default-constructed border will be returned.
◆ border() [2/2]
Sets the border of this conditional format to new_border. Returns a wrapper pointing to this conditional format.
◆ fill() [1/2]
| class fill xlnt::conditional_format::fill |
( |
| ) |
const |
Returns a copy of the fill of this conditional format. If no fill has been set (has_fill() returns false), a default-constructed fill will be returned.
◆ fill() [2/2]
Sets the fill of this conditional format to new_fill. Returns a wrapper pointing to this conditional format.
◆ font() [1/2]
| class font xlnt::conditional_format::font |
( |
| ) |
const |
Returns a copy of the font of this conditional format. If no font has been set (has_font() returns false), a default-constructed font will be returned.
◆ font() [2/2]
Sets the font of this conditional format to new_font. Returns a wrapper pointing to this conditional format.
◆ has_border()
| bool xlnt::conditional_format::has_border |
( |
| ) |
const |
Returns true if a border has been set for this conditional format.
◆ has_fill()
| bool xlnt::conditional_format::has_fill |
( |
| ) |
const |
Returns true if a fill has been set for this conditional format.
◆ has_font()
| bool xlnt::conditional_format::has_font |
( |
| ) |
const |
Returns true if a font has been set for this conditional format.
◆ operator!=()
Returns true if this format is not equivalent to other.
◆ operator==()
Returns true if this format is equivalent to other.
The documentation for this class was generated from the following file: