|
OpenXLSX 1.9.1
|
A class representing rich text in a cell. More...
#include <XLRichText.hpp>
Public Member Functions | |
| XLRichText ()=default | |
| XLRichText (const std::string &plainText) | |
| XLRichText & | addRun (const XLRichTextRun &run) |
| XLRichTextRun & | addRun (const std::string &text) |
| const std::vector< XLRichTextRun > & | runs () const |
| std::vector< XLRichTextRun > & | runs () |
| std::string | plainText () const |
| Get the plain text representation of the rich text. | |
| bool | empty () const |
| void | clear () |
| XLRichText & | operator+= (const XLRichText &other) |
| XLRichText & | operator+= (const std::string &text) |
| XLRichText & | operator+= (const XLRichTextRun &run) |
A class representing rich text in a cell.
|
default |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Get the plain text representation of the rich text.
|
inline |
|
inline |