OpenXLSX 1.9.1
Loading...
Searching...
No Matches
OpenXLSX::XLChartAnchor Struct Reference

#include <XLChart.hpp>

Public Member Functions

 XLChartAnchor ()=default
 
 XLChartAnchor (std::string_view n, uint32_t r, uint32_t c, XLDistance w, XLDistance h)
 

Data Fields

std::string name
 
uint32_t row {1}
 
uint32_t col {1}
 
XLDistance width {XLDistance::Pixels(400)}
 
XLDistance height {XLDistance::Pixels(300)}
 

Constructor & Destructor Documentation

◆ XLChartAnchor() [1/2]

OpenXLSX::XLChartAnchor::XLChartAnchor ( )
default

◆ XLChartAnchor() [2/2]

OpenXLSX::XLChartAnchor::XLChartAnchor ( std::string_view  n,
uint32_t  r,
uint32_t  c,
XLDistance  w,
XLDistance  h 
)
inline

Field Documentation

◆ col

uint32_t OpenXLSX::XLChartAnchor::col {1}

◆ height

XLDistance OpenXLSX::XLChartAnchor::height {XLDistance::Pixels(300)}

◆ name

std::string OpenXLSX::XLChartAnchor::name

◆ row

uint32_t OpenXLSX::XLChartAnchor::row {1}

◆ width

XLDistance OpenXLSX::XLChartAnchor::width {XLDistance::Pixels(400)}

The documentation for this struct was generated from the following file: