Aspose::Pdf::Cells::Add metod
Innehåll
[
Dölj
]Cells::Add() method
Lägg till cell i samlingen.
System::SharedPtr<Cell> Aspose::Pdf::Cells::Add()
ReturnValue
Den nya cellen
Se även
- Typedef SharedPtr
- Class Cell
- Class Cells
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Cells::Add(const System::SharedPtr<Cell>&) method
Lägg till cell i samlingen.
void Aspose::Pdf::Cells::Add(const System::SharedPtr<Cell> &cell)
| Parameter | Typ | Beskrivning |
|---|---|---|
| cell | const System::SharedPtr<Cell>& | Cellen till samlingen. |
Se även
- Typedef SharedPtr
- Class Cell
- Class Cells
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| textFragment | const System::SharedPtr<Text::TextFragment>& | Textfragmentet för cellen. |
ReturnValue
Den nya cellen
Se även
- Typedef SharedPtr
- Class Cell
- Class TextFragment
- Class Cells
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Cells::Add(const System::String&) method
Lägg till cell i samlingen.
System::SharedPtr<Cell> Aspose::Pdf::Cells::Add(const System::String &text)
| Parameter | Typ | Beskrivning |
|---|---|---|
| text | const System::String& | Texten för cellen. |
ReturnValue
Den nya cellen
Se även
- 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
Lägg till cell i samlingen.
System::SharedPtr<Cell> Aspose::Pdf::Cells::Add(const System::String &text, const System::SharedPtr<Text::TextState> &ts)
| Parameter | Typ | Beskrivning |
|---|---|---|
| text | const System::String& | Texten för cellen. |
| ts | const System::SharedPtr<Text::TextState>& | Texttillståndet. |
ReturnValue
Den nya cellen
Se även
- Typedef SharedPtr
- Class Cell
- Class String
- Class TextState
- Class Cells
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++