|
OpenXLSX 1.9.1
|
An encapsulation of a line item. More...
#include <XLStyles.hpp>
Public Member Functions | |
| XLLine () | |
| XLLine (const XMLNode &node) | |
| Constructor. New items should only be created through an XLBorder object. | |
| XLLine (const XLLine &other) | |
| Copy Constructor. | |
| XLLine (XLLine &&other) noexcept=default | |
| Move Constructor. | |
| ~XLLine () | |
| XLLine & | operator= (const XLLine &other) |
| Copy assignment operator. | |
| XLLine & | operator= (XLLine &&other) noexcept=default |
| Move assignment operator. | |
| XLLineStyle | style () const |
| Get the line style. | |
| operator bool () const | |
| Evaluate XLLine as bool. | |
| XLDataBarColor | color () const |
| std::string | summary () const |
| Return a string summary of the line properties. | |
An encapsulation of a line item.
| XLLine::XLLine | ( | ) |
|
explicit |
Constructor. New items should only be created through an XLBorder object.
| node | An XMLNode object with the line XMLNode. If no input is provided, a null node is used. |
| XLLine::XLLine | ( | const XLLine & | other | ) |
Copy Constructor.
| other | Object to be copied. |
|
defaultnoexcept |
Move Constructor.
| other | Object to be moved. |
|
default |
| XLDataBarColor XLLine::color | ( | ) | const |
|
explicit |
Evaluate XLLine as bool.
Copy assignment operator.
| other | Right hand side of assignment operation. |
Move assignment operator.
| other | Right hand side of assignment operation. |
| XLLineStyle XLLine::style | ( | ) | const |
Get the line style.
| std::string XLLine::summary | ( | ) | const |
Return a string summary of the line properties.