Aspose::Pdf::Cells::Add метод
Содержание
[
Скрывать
]Cells::Add() method
Добавить ячейку в коллекцию.
System::SharedPtr<Cell> Aspose::Pdf::Cells::Add()
ReturnValue
Новая ячейка
См. также
- Typedef SharedPtr
- Class Cell
- Class Cells
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Cells::Add(const System::SharedPtr<Cell>&) method
Добавить ячейку в коллекцию.
void Aspose::Pdf::Cells::Add(const System::SharedPtr<Cell> &cell)
| Параметр | Тип | Описание |
|---|---|---|
| ячейка | const System::SharedPtr<Cell>& | Ячейка в коллекцию. |
См. также
- Typedef SharedPtr
- Class Cell
- Class Cells
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Cells::Add(const System::SharedPtr<Text::TextFragment>&) method
Добавить ячейку в коллекцию.
System::SharedPtr<Cell> Aspose::Pdf::Cells::Add(const System::SharedPtr<Text::TextFragment> &textFragment)
| Параметр | Тип | Описание |
|---|---|---|
| textFragment | const System::SharedPtr<Text::TextFragment>& | Текстовый фрагмент для ячейки. |
ReturnValue
Новая ячейка
См. также
- Typedef SharedPtr
- Class Cell
- Class TextFragment
- Class Cells
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Cells::Add(const System::String&) method
Добавить ячейку в коллекцию.
System::SharedPtr<Cell> Aspose::Pdf::Cells::Add(const System::String &text)
| Параметр | Тип | Описание |
|---|---|---|
| text | const System::String& | Текст для ячейки. |
ReturnValue
Новая ячейка
См. также
- 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
Добавить ячейку в коллекцию.
System::SharedPtr<Cell> Aspose::Pdf::Cells::Add(const System::String &text, const System::SharedPtr<Text::TextState> &ts)
| Параметр | Тип | Описание |
|---|---|---|
| text | const System::String& | Текст для ячейки. |
| ts | const System::SharedPtr<Text::TextState>& | Состояние текста. |
ReturnValue
Новая ячейка
См. также
- Typedef SharedPtr
- Class Cell
- Class String
- Class TextState
- Class Cells
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++