Метод Aspose::Page::UserProperties::SetProperty

Содержание
[ ]

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

Устанавливает значение свойства типа boolean.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, bool value)
ПараметрТипОписание
ключSystem::StringИмя свойства.
valueboolЗначение свойства.

ReturnValue

Свойство.

См. также

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

Устанавливает значение свойства типа double.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, double value)
ПараметрТипОписание
ключSystem::StringИмя свойства.
valuedoubleЗначение свойства.

ReturnValue

Свойство.

См. также

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

Устанавливает значение свойства типа float.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, float value)
ПараметрТипОписание
ключSystem::StringИмя свойства.
valuefloatЗначение свойства.

ReturnValue

Свойство.

См. также

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

Устанавливает значение свойства целого числа.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, int32_t value)
ПараметрТипОписание
ключ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)
ПараметрТипОписание
ключ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)
ПараметрТипОписание
ключ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)
ПараметрТипОписание
ключ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)
ПараметрТипОписание
ключ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)
ПараметрТипОписание
ключ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)
ПараметрТипОписание
ключ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)
ПараметрТипОписание
ключSystem::StringИмя свойства.
valueSystem::StringЗначение свойства.

ReturnValue

Свойство.

См. также

UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, bool) method

Устанавливает значение свойства типа boolean в указанной таблице свойств.

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)
ПараметрТипОписание
свойства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

Устанавливает значение свойства типа double в указанной таблице свойств.

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)
ПараметрТипОписание
свойства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

Устанавливает значение свойства типа float в указанной таблице свойств.

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)
ПараметрТипОписание
свойстваSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Таблица свойств.
ключSystem::StringИмя свойства.
valuefloatЗначение свойства.

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)
ПараметрТипОписание
свойства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)
ПараметрТипОписание
свойства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)
ПараметрТипОписание
свойства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)
ПараметрТипОписание
свойства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)
ПараметрТипОписание
свойства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)
ПараметрТипОписание
свойства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)
ПараметрТипОписание
свойстваSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Таблица свойств.
ключSystem::StringИмя свойства.
valueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>Значение свойства.

ReturnValue

Свойство.

См. также