OpenXLSX 1.9.1
Loading...
Searching...
No Matches
OpenXLSX::XLCfRules Class Reference

#include <XLConditionalFormatting.hpp>

Public Member Functions

 XLCfRules ()
 
 XLCfRules (const XMLNode &node)
 
 XLCfRules (const XLCfRules &other)
 
 XLCfRules (XLCfRules &&other) noexcept=default
 
 ~XLCfRules ()
 
XLCfRulesoperator= (const XLCfRules &other)
 
XLCfRulesoperator= (XLCfRules &&other) noexcept=default
 
bool empty () const
 
uint16_t maxPriorityValue () const
 
bool setPriority (size_t cfRuleIndex, uint16_t newPriority)
 
void renumberPriorities (uint16_t increment=1)
 
size_t count () const
 
XLCfRule cfRuleByIndex (size_t index) const
 
XLCfRule operator[] (size_t index) const
 
size_t create (XLCfRule copyFrom=XLCfRule{}, std::string cfRulePrefix=XLDefaultCfRulePrefix)
 
std::string summary () const
 

Constructor & Destructor Documentation

◆ XLCfRules() [1/4]

XLCfRules::XLCfRules ( )

◆ XLCfRules() [2/4]

XLCfRules::XLCfRules ( const XMLNode node)
explicit

◆ XLCfRules() [3/4]

XLCfRules::XLCfRules ( const XLCfRules other)

◆ XLCfRules() [4/4]

OpenXLSX::XLCfRules::XLCfRules ( XLCfRules &&  other)
defaultnoexcept

◆ ~XLCfRules()

XLCfRules::~XLCfRules ( )
default

Member Function Documentation

◆ cfRuleByIndex()

XLCfRule XLCfRules::cfRuleByIndex ( size_t  index) const

◆ count()

size_t XLCfRules::count ( ) const

◆ create()

size_t XLCfRules::create ( XLCfRule  copyFrom = XLCfRule{},
std::string  cfRulePrefix = XLDefaultCfRulePrefix 
)

◆ empty()

bool XLCfRules::empty ( ) const

◆ maxPriorityValue()

uint16_t XLCfRules::maxPriorityValue ( ) const

◆ operator=() [1/2]

XLCfRules & XLCfRules::operator= ( const XLCfRules other)

◆ operator=() [2/2]

XLCfRules & OpenXLSX::XLCfRules::operator= ( XLCfRules &&  other)
defaultnoexcept

◆ operator[]()

XLCfRule OpenXLSX::XLCfRules::operator[] ( size_t  index) const
inline

◆ renumberPriorities()

void XLCfRules::renumberPriorities ( uint16_t  increment = 1)

◆ setPriority()

bool XLCfRules::setPriority ( size_t  cfRuleIndex,
uint16_t  newPriority 
)

◆ summary()

std::string XLCfRules::summary ( ) const

The documentation for this class was generated from the following files: