Aspose::Pdf::Cells::Add method

Cells::Add() method

Add cell to collection.

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

ReturnValue

The new cell

See Also

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

Add cell to collection.

void Aspose::Pdf::Cells::Add(System::SharedPtr<Cell> cell)
ParameterTypeDescription
cellSystem::SharedPtr<Cell>The cell to collection.

See Also

Cells::Add(System::String) method

Add cell to collection.

System::SharedPtr<Cell> Aspose::Pdf::Cells::Add(System::String text)
ParameterTypeDescription
textSystem::StringThe text for cell.

ReturnValue

The new cell

See Also

Cells::Add(System::String, System::SharedPtr<Text::TextState>) method

Add cell to collection.

System::SharedPtr<Cell> Aspose::Pdf::Cells::Add(System::String text, System::SharedPtr<Text::TextState> ts)
ParameterTypeDescription
textSystem::StringThe text for cell.
tsSystem::SharedPtr<Text::TextState>The text state.

ReturnValue

The new cell

See Also