Aspose::Page::UserProperties::GetProperty طريقة
UserProperties::GetProperty(System::String) method
يحصل على قيمة الخاصية النصية.
virtual System::String Aspose::Page::UserProperties::GetProperty(System::String key)
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | System::String | اسم الخاصية. |
ReturnValue
قيمة الخاصية.
انظر أيضًا
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::GetProperty(System::String, System::String) method
يحصل على قيمة الخاصية النصية. إذا كانت الخاصية المطلوبة غير موجودة، يرجع القيمة الافتراضية المقدمة.
virtual System::String Aspose::Page::UserProperties::GetProperty(System::String key, System::String defValue)
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | System::String | اسم الخاصية. |
| defValue | System::String | القيمة الافتراضية للخاصية. |
ReturnValue
قيمة الخاصية.
انظر أيضًا
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++