метод Aspose::Pdf::Rows::Add
Rows::Add() method
Добавить строку в коллекцию.
System::SharedPtr<Row> Aspose::Pdf::Rows::Add()
ReturnValue
Новая строка
См. также
- Typedef SharedPtr
- Class Row
- Class Rows
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Rows::Add(const System::SharedPtr<Row>&) method
Добавить строку в коллекцию.
void Aspose::Pdf::Rows::Add(const System::SharedPtr<Row> &row)
| Параметр | Тип | Описание |
|---|---|---|
| строка | const System::SharedPtr<Row>& | Новая строка. |
См. также
- Typedef SharedPtr
- Class Row
- Class Rows
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++