Aspose::Pdf::Cells::Add metod

Cells::Add() method

Lägg till cell i samlingen.

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

ReturnValue

Den nya cellen

Se även

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

Lägg till cell i samlingen.

void Aspose::Pdf::Cells::Add(const System::SharedPtr<Cell> &cell)
ParameterTypBeskrivning
cellconst System::SharedPtr<Cell>&Cellen till samlingen.

Se även

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

Lägg till cell i samlingen.

System::SharedPtr<Cell> Aspose::Pdf::Cells::Add(const System::SharedPtr<Text::TextFragment> &textFragment)
ParameterTypBeskrivning
textFragmentconst System::SharedPtr<Text::TextFragment>&Textfragmentet för cellen.

ReturnValue

Den nya cellen

Se även

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

Lägg till cell i samlingen.

System::SharedPtr<Cell> Aspose::Pdf::Cells::Add(const System::String &text)
ParameterTypBeskrivning
textconst System::String&Texten för cellen.

ReturnValue

Den nya cellen

Se även

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

Lägg till cell i samlingen.

System::SharedPtr<Cell> Aspose::Pdf::Cells::Add(const System::String &text, const System::SharedPtr<Text::TextState> &ts)
ParameterTypBeskrivning
textconst System::String&Texten för cellen.
tsconst System::SharedPtr<Text::TextState>&Texttillståndet.

ReturnValue

Den nya cellen

Se även