#include <XLDrawing.hpp>
◆ XLDrawingItem() [1/4]
| XLDrawingItem::XLDrawingItem |
( |
| ) |
|
◆ XLDrawingItem() [2/4]
| XLDrawingItem::XLDrawingItem |
( |
const XMLNode & |
node, |
|
|
XLDocument * |
parentDoc = nullptr |
|
) |
| |
|
explicit |
◆ XLDrawingItem() [3/4]
| OpenXLSX::XLDrawingItem::XLDrawingItem |
( |
const XLDrawingItem & |
other | ) |
|
|
default |
◆ XLDrawingItem() [4/4]
◆ ~XLDrawingItem()
| OpenXLSX::XLDrawingItem::~XLDrawingItem |
( |
| ) |
|
|
default |
◆ col()
| uint32_t XLDrawingItem::col |
( |
| ) |
const |
◆ description()
| std::string XLDrawingItem::description |
( |
| ) |
const |
◆ height()
| uint32_t XLDrawingItem::height |
( |
| ) |
const |
◆ imageBinary()
| std::vector< uint8_t > XLDrawingItem::imageBinary |
( |
| ) |
const |
Extracts the raw binary data of the image from the Excel zip archive.
- Returns
- A byte vector containing the raw image (e.g., PNG, JPEG). Returns empty if the parent document is null.
◆ name()
| std::string XLDrawingItem::name |
( |
| ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ relationshipId()
| std::string XLDrawingItem::relationshipId |
( |
| ) |
const |
◆ row()
| uint32_t XLDrawingItem::row |
( |
| ) |
const |
◆ width()
| uint32_t XLDrawingItem::width |
( |
| ) |
const |
The documentation for this class was generated from the following files:
- /home/runner/work/OpenXLSX-NX/OpenXLSX-NX/OpenXLSX/headers/XLDrawing.hpp
- /home/runner/work/OpenXLSX-NX/OpenXLSX-NX/OpenXLSX/sources/XLDrawing.cpp