OpenXLSX 1.9.1
Loading...
Searching...
No Matches
XLRichText.hpp File Reference
#include <optional>
#include <string>
#include <vector>
#include "OpenXLSX-Exports.hpp"
#include "XLColor.hpp"
#include "XLStyles.hpp"

Go to the source code of this file.

Data Structures

class  OpenXLSX::XLRichTextRun
 A class representing a single run of rich text. More...
 
class  OpenXLSX::XLRichText
 A class representing rich text in a cell. More...
 

Namespaces

namespace  OpenXLSX
 

Functions

XLRichText OpenXLSX::operator+ (XLRichText lhs, const XLRichText &rhs)
 
XLRichText OpenXLSX::operator+ (XLRichText lhs, const std::string &rhs)
 
XLRichText OpenXLSX::operator+ (XLRichText lhs, const XLRichTextRun &rhs)
 
bool OpenXLSX::operator== (const XLRichTextRun &lhs, const XLRichTextRun &rhs)
 
bool OpenXLSX::operator!= (const XLRichTextRun &lhs, const XLRichTextRun &rhs)
 
bool OpenXLSX::operator== (const XLRichText &lhs, const XLRichText &rhs)
 
bool OpenXLSX::operator!= (const XLRichText &lhs, const XLRichText &rhs)