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(const System::SharedPtr<Cell>&) method

Add cell to collection.

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

See Also

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

Add cell to collection.

System::SharedPtr<Cell> Aspose::Pdf::Cells::Add(const System::SharedPtr<Text::TextFragment> &textFragment)
ParameterTypeDescription
textFragmentconst System::SharedPtr<Text::TextFragment>&The text fragment for cell.

ReturnValue

The new cell

See Also

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

Add cell to collection.

System::SharedPtr<Cell> Aspose::Pdf::Cells::Add(const System::String &text)
ParameterTypeDescription
textconst System::String&The text for cell.

ReturnValue

The new cell

See Also

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

Add cell to collection.

System::SharedPtr<Cell> Aspose::Pdf::Cells::Add(const System::String &text, const System::SharedPtr<Text::TextState> &ts)
ParameterTypeDescription
textconst System::String&The text for cell.
tsconst System::SharedPtr<Text::TextState>&The text state.

ReturnValue

The new cell

See Also