طريقة Aspose::Page::UserProperties::SetProperty

محتويات
[ ]

UserProperties::SetProperty(System::String, bool) method

يضبط قيمة خاصية منطقية.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, bool value)
ParameterTypeالوصف
المفتاحSystem::Stringاسم الخاصية.
valueboolقيمة الخاصية.

ReturnValue

خاصية.

انظر أيضًا

UserProperties::SetProperty(System::String, double) method

يضبط قيمة خاصية مزدوجة.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, double value)
ParameterTypeالوصف
المفتاحSystem::Stringاسم الخاصية.
valuedoubleقيمة الخاصية.

ReturnValue

خاصية.

انظر أيضًا

UserProperties::SetProperty(System::String, float) method

يضبط قيمة خاصية عائمة.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, float value)
ParameterTypeالوصف
المفتاحSystem::Stringاسم الخاصية.
valueعدد عائمقيمة الخاصية.

ReturnValue

خاصية.

انظر أيضًا

UserProperties::SetProperty(System::String, int32_t) method

يضبط قيمة خاصية العدد الصحيح.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, int32_t value)
ParameterTypeالوصف
المفتاحSystem::Stringاسم الخاصية.
valueint32_tقيمة الخاصية.

ReturnValue

خاصية.

انظر أيضًا

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)
ParameterTypeالوصف
المفتاحSystem::Stringاسم الخاصية.
valueSystem::ArrayPtr<System::String>قيمة الخاصية.

ReturnValue

خاصية.

انظر أيضًا

UserProperties::SetProperty(System::String, System::Drawing::Color) method

يضبط قيمة خاصية اللون.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Color value)
ParameterTypeالوصف
المفتاحSystem::Stringاسم الخاصية.
valueSystem::Drawing::Colorقيمة الخاصية.

ReturnValue

خاصية.

انظر أيضًا

UserProperties::SetProperty(System::String, System::Drawing::Rectangle) method

يضبط قيمة خاصية المستطيل.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Rectangle value)
ParameterTypeالوصف
المفتاحSystem::Stringاسم الخاصية.
valueSystem::Drawing::Rectangleقيمة الخاصية.

ReturnValue

خاصية.

انظر أيضًا

UserProperties::SetProperty(System::String, System::Drawing::Size) method

يضبط قيمة خاصية الحجم.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Size value)
ParameterTypeالوصف
المفتاحSystem::Stringاسم الخاصية.
valueSystem::Drawing::Sizeقيمة الخاصية.

ReturnValue

خاصية.

انظر أيضًا

UserProperties::SetProperty(System::String, System::SharedPtr<Margins>) method

يضبط قيمة خاصية الهوامش.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<Margins> value)
ParameterTypeالوصف
المفتاحSystem::Stringاسم الخاصية.
valueSystem::SharedPtr<Margins>قيمة الخاصية.

ReturnValue

خاصية.

انظر أيضًا

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)
ParameterTypeالوصف
المفتاحSystem::Stringاسم الخاصية.
valueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>قيمة الخاصية.

ReturnValue

خاصية.

انظر أيضًا

UserProperties::SetProperty(System::String, System::String) method

يضبط قيمة الخاصية النصية.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::String value)
ParameterTypeالوصف
المفتاحSystem::Stringاسم الخاصية.
valueSystem::Stringقيمة الخاصية.

ReturnValue

خاصية.

انظر أيضًا

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)
ParameterTypeالوصف
الخصائصSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>جدول الخصائص.
المفتاحSystem::Stringاسم الخاصية.
valueboolقيمة الخاصية.

ReturnValue

خاصية.

انظر أيضًا

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)
ParameterTypeالوصف
الخصائصSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>جدول الخصائص.
المفتاحSystem::Stringاسم الخاصية.
valuedoubleقيمة الخاصية.

ReturnValue

خاصية.

انظر أيضًا

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)
ParameterTypeالوصف
الخصائصSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>جدول الخصائص.
المفتاحSystem::Stringاسم الخاصية.
valueعدد عائمقيمة الخاصية.

ReturnValue

خاصية.

انظر أيضًا

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)
ParameterTypeالوصف
الخصائصSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>جدول الخصائص.
المفتاحSystem::Stringاسم الخاصية.
valueint32_tقيمة الخاصية.

ReturnValue

خاصية.

انظر أيضًا

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)
ParameterTypeالوصف
الخصائصSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>جدول الخصائص.
المفتاحSystem::Stringاسم الخاصية.
valueSystem::ArrayPtr<System::String>قيمة الخاصية.

ReturnValue

خاصية.

انظر أيضًا

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)
ParameterTypeالوصف
الخصائصSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>جدول الخصائص.
المفتاحSystem::Stringاسم الخاصية.
valueSystem::Drawing::Colorقيمة الخاصية.

ReturnValue

خاصية.

انظر أيضًا

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)
ParameterTypeالوصف
الخصائصSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>جدول الخصائص.
المفتاحSystem::Stringاسم الخاصية.
valueSystem::Drawing::Rectangleقيمة الخاصية.

ReturnValue

خاصية.

انظر أيضًا

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)
ParameterTypeالوصف
الخصائصSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>جدول الخصائص.
المفتاحSystem::Stringاسم الخاصية.
valueSystem::Drawing::Sizeقيمة الخاصية.

ReturnValue

خاصية.

انظر أيضًا

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)
ParameterTypeالوصف
الخصائصSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>جدول الخصائص.
المفتاحSystem::Stringاسم الخاصية.
valueSystem::SharedPtr<Margins>قيمة الخاصية.

ReturnValue

خاصية.

انظر أيضًا

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)
ParameterTypeالوصف
الخصائصSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>جدول الخصائص.
المفتاحSystem::Stringاسم الخاصية.
valueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>قيمة الخاصية.

ReturnValue

خاصية.

انظر أيضًا