Aspose::Pdf::Annotations::AppearanceDictionary::Add метод
AppearanceDictionary::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>&) method
Добавляет пару ключ‑значение в словарь.
void Aspose::Pdf::Annotations::AppearanceDictionary::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>> &item) override
| Параметр | Тип | Описание |
|---|---|---|
| элемент | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>& | Элемент, который будет добавлен. |
См. также
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class XForm
- Class AppearanceDictionary
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
AppearanceDictionary::Add(const System::String&, const System::SharedPtr<XForm>&) method
Добавить X‑форму для указанного ключа.
void Aspose::Pdf::Annotations::AppearanceDictionary::Add(const System::String &key, const System::SharedPtr<XForm> &value) override
| Параметр | Тип | Описание |
|---|---|---|
| ключ | const System::String& | Элемент ключ. |
| value | const System::SharedPtr<XForm>& | XForm значение объекта. |
См. также
- Class String
- Typedef SharedPtr
- Class XForm
- Class AppearanceDictionary
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++