Costruttore Aspose::Page::UserProperties::UserProperties
Contenuti
[
Nascondere
]UserProperties::UserProperties() constructor
Inizializza un’istanza vuota della classe UserProperties.
Aspose::Page::UserProperties::UserProperties()
Vedi anche
- 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
Inizializza una classe UserProperties con valori predefiniti.
Aspose::Page::UserProperties::UserProperties(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> defaults)
| Parametro | Tipo | Descrizione |
|---|---|---|
| predefiniti | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Valori predefiniti delle proprietà. |
Vedi anche
- 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
Costruisce UserProperties con una tabella defaults e altDefaults, che vengono cercate in quest’ordine.
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)
| Parametro | Tipo | Descrizione |
|---|---|---|
| predefiniti | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Valori predefiniti delle proprietà. |
| altDefaults | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Valori alternativi delle proprietà. |
Vedi anche
- Typedef SharedPtr
- Class Dictionary
- Class String
- Class Object
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++