Cells
Overview
Cells is a class in Aspose.PDF FOSS for C++.
This class provides 9 methods for working with Cells objects in C++ programs.
Available methods include: Add, Count, Insert, Remove, RemoveRange.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
Add() → Cell | Calls Add on this Cells instance. |
Add(text: std::string) → Cell | Calls Add(text) on this Cells instance. |
Add(text: std::string, ts: Aspose::Pdf::Text::TextState) → Cell | Calls Add(text, ts) on this Cells instance. |
Add(textFragment: Aspose::Pdf::Text::TextFragment) → Cell | Calls Add(textFragment) on this Cells instance. |
Add(cell: Cell) | Calls Add(cell) on this Cells instance. |
Insert(index: int, cell: Cell) | Calls Insert(index, cell) on this Cells instance. |
Remove(cell: Cell) | Calls Remove(cell) on this Cells instance. |
RemoveRange(index: int, count: int) | Calls RemoveRange(index, count) on this Cells instance. |
Count() → int | Calls Count on this Cells instance. |