Aspose::Page::UserProperties::UserProperties конструктор
Содержание
[
Скрывать
]UserProperties::UserProperties() constructor
Инициализирует пустой экземпляр класса UserProperties.
Aspose::Page::UserProperties::UserProperties()
См. также
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::UserProperties(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>) constructor
Инициализирует объект класса UserProperties со значениями по умолчанию.
Aspose::Page::UserProperties::UserProperties(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> defaults)
| Параметр | Тип | Описание |
|---|---|---|
| значения по умолчанию | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Значения свойств по умолчанию. |
См. также
- Typedef SharedPtr
- Class Dictionary
- Class String
- Class Object
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::UserProperties(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>) constructor
Создаёт UserProperties с таблицами defaults и altDefaults, которые просматриваются в указанном порядке.
Aspose::Page::UserProperties::UserProperties(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> defaults, System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> altDefaults)
| Параметр | Тип | Описание |
|---|---|---|
| значения по умолчанию | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Значения свойств по умолчанию. |
| altDefaults | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Альтернативные значения свойств. |
См. также
- Typedef SharedPtr
- Class Dictionary
- Class String
- Class Object
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++