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

SignatureDescription
Add()CellCalls Add on this Cells instance.
Add(text: std::string)CellCalls Add(text) on this Cells instance.
Add(text: std::string, ts: Aspose::Pdf::Text::TextState)CellCalls Add(text, ts) on this Cells instance.
Add(textFragment: Aspose::Pdf::Text::TextFragment)CellCalls 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()intCalls Count on this Cells instance.

See Also