طريقة Aspose::Page::UserProperties::SetProperty
UserProperties::SetProperty(System::String, bool) method
يضبط قيمة خاصية منطقية.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, bool value)
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | System::String | اسم الخاصية. |
| value | bool | قيمة الخاصية. |
ReturnValue
خاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, double) method
يضبط قيمة خاصية مزدوجة.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, double value)
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | System::String | اسم الخاصية. |
| value | double | قيمة الخاصية. |
ReturnValue
خاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, float) method
يضبط قيمة خاصية عائمة.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, float value)
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | System::String | اسم الخاصية. |
| value | عدد عائم | قيمة الخاصية. |
ReturnValue
خاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, int32_t) method
يضبط قيمة خاصية العدد الصحيح.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, int32_t value)
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | System::String | اسم الخاصية. |
| value | int32_t | قيمة الخاصية. |
ReturnValue
خاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::ArrayPtr<System::String>) method
يضبط قيمة خاصية مصفوفة السلاسل.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::ArrayPtr<System::String> value)
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | System::String | اسم الخاصية. |
| value | System::ArrayPtr<System::String> | قيمة الخاصية. |
ReturnValue
خاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class String
- Typedef ArrayPtr
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::Drawing::Color) method
يضبط قيمة خاصية اللون.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Color value)
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | System::String | اسم الخاصية. |
| value | System::Drawing::Color | قيمة الخاصية. |
ReturnValue
خاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class String
- Class Color
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::Drawing::Rectangle) method
يضبط قيمة خاصية المستطيل.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Rectangle value)
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | System::String | اسم الخاصية. |
| value | System::Drawing::Rectangle | قيمة الخاصية. |
ReturnValue
خاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class String
- Class Rectangle
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::Drawing::Size) method
يضبط قيمة خاصية الحجم.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Size value)
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | System::String | اسم الخاصية. |
| value | System::Drawing::Size | قيمة الخاصية. |
ReturnValue
خاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class String
- Class Size
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::SharedPtr<Margins>) method
يضبط قيمة خاصية الهوامش.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<Margins> value)
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | System::String | اسم الخاصية. |
| value | System::SharedPtr<Margins> | قيمة الخاصية. |
ReturnValue
خاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class String
- Class Margins
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::SharedPtr<System::Drawing::Drawing2D::Matrix>) method
يضبط قيمة خاصية المصفوفة.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> value)
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | System::String | اسم الخاصية. |
| value | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | قيمة الخاصية. |
ReturnValue
خاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class String
- Class Matrix
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::String) method
يضبط قيمة الخاصية النصية.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::String value)
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | System::String | اسم الخاصية. |
| value | System::String | قيمة الخاصية. |
ReturnValue
خاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, bool) method
يضبط قيمة خاصية منطقية في جدول الخصائص المحدد.
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, bool value)
| Parameter | Type | الوصف |
|---|---|---|
| الخصائص | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | جدول الخصائص. |
| المفتاح | System::String | اسم الخاصية. |
| value | bool | قيمة الخاصية. |
ReturnValue
خاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, double) method
يضبط قيمة خاصية مزدوجة في جدول الخصائص المحدد.
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, double value)
| Parameter | Type | الوصف |
|---|---|---|
| الخصائص | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | جدول الخصائص. |
| المفتاح | System::String | اسم الخاصية. |
| value | double | قيمة الخاصية. |
ReturnValue
خاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, float) method
يضبط قيمة خاصية عائمة في جدول الخصائص المحدد.
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, float value)
| Parameter | Type | الوصف |
|---|---|---|
| الخصائص | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | جدول الخصائص. |
| المفتاح | System::String | اسم الخاصية. |
| value | عدد عائم | قيمة الخاصية. |
ReturnValue
خاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, int32_t) method
يضبط قيمة خاصية العدد الصحيح في جدول الخصائص المحدد.
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, int32_t value)
| Parameter | Type | الوصف |
|---|---|---|
| الخصائص | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | جدول الخصائص. |
| المفتاح | System::String | اسم الخاصية. |
| value | int32_t | قيمة الخاصية. |
ReturnValue
خاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::ArrayPtr<System::String>) method
يضبط قيمة خاصية مصفوفة السلاسل في جدول الخصائص المحدد.
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::ArrayPtr<System::String> value)
| Parameter | Type | الوصف |
|---|---|---|
| الخصائص | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | جدول الخصائص. |
| المفتاح | System::String | اسم الخاصية. |
| value | System::ArrayPtr<System::String> | قيمة الخاصية. |
ReturnValue
خاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Typedef ArrayPtr
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::Drawing::Color) method
يضبط قيمة خاصية اللون في جدول الخصائص المحدد.
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::Drawing::Color value)
| Parameter | Type | الوصف |
|---|---|---|
| الخصائص | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | جدول الخصائص. |
| المفتاح | System::String | اسم الخاصية. |
| value | System::Drawing::Color | قيمة الخاصية. |
ReturnValue
خاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Color
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::Drawing::Rectangle) method
يضبط قيمة خاصية المستطيل في جدول الخصائص المحدد.
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::Drawing::Rectangle value)
| Parameter | Type | الوصف |
|---|---|---|
| الخصائص | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | جدول الخصائص. |
| المفتاح | System::String | اسم الخاصية. |
| value | System::Drawing::Rectangle | قيمة الخاصية. |
ReturnValue
خاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Rectangle
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::Drawing::Size) method
يضبط قيمة خاصية الحجم في جدول الخصائص المحدد.
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::Drawing::Size value)
| Parameter | Type | الوصف |
|---|---|---|
| الخصائص | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | جدول الخصائص. |
| المفتاح | System::String | اسم الخاصية. |
| value | System::Drawing::Size | قيمة الخاصية. |
ReturnValue
خاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Size
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::SharedPtr<Margins>) method
يضبط قيمة خاصية الهوامش في جدول الخصائص المحدد.
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::SharedPtr<Margins> value)
| Parameter | Type | الوصف |
|---|---|---|
| الخصائص | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | جدول الخصائص. |
| المفتاح | System::String | اسم الخاصية. |
| value | System::SharedPtr<Margins> | قيمة الخاصية. |
ReturnValue
خاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Margins
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::SharedPtr<System::Drawing::Drawing2D::Matrix>) method
يضبط قيمة خاصية المصفوفة في جدول الخصائص المحدد.
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> value)
| Parameter | Type | الوصف |
|---|---|---|
| الخصائص | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | جدول الخصائص. |
| المفتاح | System::String | اسم الخاصية. |
| value | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | قيمة الخاصية. |
ReturnValue
خاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Matrix
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++