Aspose::Pdf::Cells::Add método

Cells::Add() method

Agregar celda a la colección.

System::SharedPtr<Cell> Aspose::Pdf::Cells::Add()

ReturnValue

La nueva celda

Ver también

Cells::Add(const System::SharedPtr<Cell>&) method

Agregar celda a la colección.

void Aspose::Pdf::Cells::Add(const System::SharedPtr<Cell> &cell)
ParámetroTipoDescripción
celdaconst System::SharedPtr<Cell>&La celda a la colección.

Ver también

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ámetroTipoDescripción
textFragmentconst System::SharedPtr<Text::TextFragment>&El fragmento de texto para la celda.

ReturnValue

La nueva celda

Ver también

Cells::Add(const System::String&) method

Agregar celda a la colección.

System::SharedPtr<Cell> Aspose::Pdf::Cells::Add(const System::String &text)
ParámetroTipoDescripción
textconst System::String&El texto para la celda.

ReturnValue

La nueva celda

Ver también

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ámetroTipoDescripción
textconst System::String&El texto para la celda.
tsconst System::SharedPtr<Text::TextState>&El estado del texto.

ReturnValue

La nueva celda

Ver también