Aspose::Pdf::OperatorCollection::Add metod
Innehåll
[
Dölj
]OperatorCollection::Add(const System::ArrayPtr<System::SharedPtr<Operator>>&) method
Lägg till operatorer i slutet av innehållsoperatorerna.
void Aspose::Pdf::OperatorCollection::Add(const System::ArrayPtr<System::SharedPtr<Operator>> &ops)
| Parameter | Typ | Beskrivning |
|---|---|---|
| ops | const System::ArrayPtr<System::SharedPtr<Operator>>& | Array av operatorer som ska läggas till. Varje operator kan ha vilket index som helst (standardvärde -1) eftersom de placeras i slutet av innehållsoperatorerna, d.v.s. index tilldelas automatiskt. |
Se även
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Operator
- Class OperatorCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
OperatorCollection::Add(const System::SharedPtr<Operator>&) method
Lägger till en ny operator i samlingen.
void Aspose::Pdf::OperatorCollection::Add(const System::SharedPtr<Operator> &op) override
| Parameter | Typ | Beskrivning |
|---|---|---|
| op | const System::SharedPtr<Operator>& | Operator som måste läggas till |
Se även
- Typedef SharedPtr
- Class Operator
- Class OperatorCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
OperatorCollection::Add(const System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<Operator>>>&) method
Lägger till alla operatorer från en annan samling i samlingen.
void Aspose::Pdf::OperatorCollection::Add(const System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<Operator>>> &ops)
| Parameter | Typ | Beskrivning |
|---|---|---|
| ops | const System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<Operator>>>& | samling som innehåller operatorer som kommer att läggas till. |
Se även
- Typedef SharedPtr
- Class ICollection
- Class Operator
- Class OperatorCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++