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