Aspose::Pdf::Cells::Add method
Contents
[
Hide
]Cells::Add() method
Add cell to collection.
System::SharedPtr<Cell> Aspose::Pdf::Cells::Add()
ReturnValue
The new cell
See Also
- Typedef SharedPtr
- Class Cell
- Class Cells
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Cells::Add(const System::SharedPtr<Cell>&) method
Add cell to collection.
void Aspose::Pdf::Cells::Add(const System::SharedPtr<Cell> &cell)
| Parameter | Type | Description |
|---|---|---|
| cell | const System::SharedPtr<Cell>& | The cell to collection. |
See Also
- Typedef SharedPtr
- Class Cell
- Class Cells
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Cells::Add(const System::SharedPtr<Text::TextFragment>&) method
Add cell to collection.
System::SharedPtr<Cell> Aspose::Pdf::Cells::Add(const System::SharedPtr<Text::TextFragment> &textFragment)
| Parameter | Type | Description |
|---|---|---|
| textFragment | const System::SharedPtr<Text::TextFragment>& | The text fragment for cell. |
ReturnValue
The new cell
See Also
- Typedef SharedPtr
- Class Cell
- Class TextFragment
- Class Cells
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Cells::Add(const System::String&) method
Add cell to collection.
System::SharedPtr<Cell> Aspose::Pdf::Cells::Add(const System::String &text)
| Parameter | Type | Description |
|---|---|---|
| text | const System::String& | The text for cell. |
ReturnValue
The new cell
See Also
- Typedef SharedPtr
- Class Cell
- Class String
- Class Cells
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Cells::Add(const System::String&, const System::SharedPtr<Text::TextState>&) method
Add cell to collection.
System::SharedPtr<Cell> Aspose::Pdf::Cells::Add(const System::String &text, const System::SharedPtr<Text::TextState> &ts)
| Parameter | Type | Description |
|---|---|---|
| text | const System::String& | The text for cell. |
| ts | const System::SharedPtr<Text::TextState>& | The text state. |
ReturnValue
The new cell
See Also
- Typedef SharedPtr
- Class Cell
- Class String
- Class TextState
- Class Cells
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++