Aspose::Pdf::Cells::Add método
Contenido
[
Ocultar
]Cells::Add() method
Agregar celda a la colección.
System::SharedPtr<Cell> Aspose::Pdf::Cells::Add()
ReturnValue
La nueva celda
Ver también
- Typedef SharedPtr
- Class Cell
- Class Cells
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Cells::Add(const System::SharedPtr<Cell>&) method
Agregar celda a la colección.
void Aspose::Pdf::Cells::Add(const System::SharedPtr<Cell> &cell)
| Parámetro | Tipo | Descripción |
|---|---|---|
| celda | const System::SharedPtr<Cell>& | La celda a la colección. |
Ver también
- Typedef SharedPtr
- Class Cell
- Class Cells
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Cells::Add(const System::SharedPtr<Text::TextFragment>&) method
Agregar celda a la colección.
System::SharedPtr<Cell> Aspose::Pdf::Cells::Add(const System::SharedPtr<Text::TextFragment> &textFragment)
| Parámetro | Tipo | Descripción |
|---|---|---|
| textFragment | const System::SharedPtr<Text::TextFragment>& | El fragmento de texto para la celda. |
ReturnValue
La nueva celda
Ver también
- Typedef SharedPtr
- Class Cell
- Class TextFragment
- Class Cells
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Cells::Add(const System::String&) method
Agregar celda a la colección.
System::SharedPtr<Cell> Aspose::Pdf::Cells::Add(const System::String &text)
| Parámetro | Tipo | Descripción |
|---|---|---|
| text | const System::String& | El texto para la celda. |
ReturnValue
La nueva celda
Ver también
- 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
Agregar celda a la colección.
System::SharedPtr<Cell> Aspose::Pdf::Cells::Add(const System::String &text, const System::SharedPtr<Text::TextState> &ts)
| Parámetro | Tipo | Descripción |
|---|---|---|
| text | const System::String& | El texto para la celda. |
| ts | const System::SharedPtr<Text::TextState>& | El estado del texto. |
ReturnValue
La nueva celda
Ver también
- Typedef SharedPtr
- Class Cell
- Class String
- Class TextState
- Class Cells
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++