Orcus
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
orcus::spreadsheet::font_active_t Struct Reference

#include <styles.hpp>

Public Member Functions

void set () noexcept
 
void reset ()
 
bool operator== (const font_active_t &other) const noexcept
 
bool operator!= (const font_active_t &other) const noexcept
 

Public Attributes

bool name = false
 
bool size = false
 
bool bold = false
 
bool italic = false
 
bool underline_style = false
 
bool underline_width = false
 
bool underline_mode = false
 
bool underline_type = false
 
bool underline_color = false
 
bool color = false
 
bool strikethrough_style = false
 
bool strikethrough_width = false
 
bool strikethrough_type = false
 
bool strikethrough_text = false
 

Detailed Description

Specifies whether each attribute of font_t is active or not.