Aspose::Page::UserProperties::SetProperty method
UserProperties::SetProperty(System::String, bool) method
Mengatur nilai properti boolean.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, bool value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| kunci | System::String | Nama properti. |
| value | bool | Nilai properti. |
ReturnValue
Sebuah properti.
Lihat Juga
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, double) method
Mengatur nilai properti double.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, double value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| kunci | System::String | Nama properti. |
| value | double | Nilai properti. |
ReturnValue
Sebuah properti.
Lihat Juga
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, float) method
Mengatur nilai properti float.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, float value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| kunci | System::String | Nama properti. |
| value | float | Nilai properti. |
ReturnValue
Sebuah properti.
Lihat Juga
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, int32_t) method
Mengatur nilai properti integer.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, int32_t value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| kunci | System::String | Nama properti. |
| value | int32_t | Nilai properti. |
ReturnValue
Sebuah properti.
Lihat Juga
- 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
Mengatur nilai properti array string.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::ArrayPtr<System::String> value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| kunci | System::String | Nama properti. |
| value | System::ArrayPtr<System::String> | Nilai properti. |
ReturnValue
Sebuah properti.
Lihat Juga
- 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
Mengatur nilai properti warna.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Color value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| kunci | System::String | Nama properti. |
| value | System::Drawing::Color | Nilai properti. |
ReturnValue
Sebuah properti.
Lihat Juga
- 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
Mengatur nilai properti persegi panjang.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Rectangle value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| kunci | System::String | Nama properti. |
| value | System::Drawing::Rectangle | Nilai properti. |
ReturnValue
Sebuah properti.
Lihat Juga
- 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
Mengatur nilai properti ukuran.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Size value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| kunci | System::String | Nama properti. |
| value | System::Drawing::Size | Nilai properti. |
ReturnValue
Sebuah properti.
Lihat Juga
- 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
Mengatur nilai properti margin.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<Margins> value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| kunci | System::String | Nama properti. |
| value | System::SharedPtr<Margins> | Nilai properti. |
ReturnValue
Sebuah properti.
Lihat Juga
- 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
Mengatur nilai properti matriks.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| kunci | System::String | Nama properti. |
| value | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | Nilai properti. |
ReturnValue
Sebuah properti.
Lihat Juga
- 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
Mengatur nilai properti string.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::String value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| kunci | System::String | Nama properti. |
| value | System::String | Nilai properti. |
ReturnValue
Sebuah properti.
Lihat Juga
- 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
Mengatur nilai properti boolean dalam tabel properti yang ditentukan.
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 | Tipe | Deskripsi |
|---|---|---|
| properti | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Tabel properti. |
| kunci | System::String | Nama properti. |
| value | bool | Nilai properti. |
ReturnValue
Sebuah properti.
Lihat Juga
- 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
Mengatur nilai properti double dalam tabel properti yang ditentukan.
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 | Tipe | Deskripsi |
|---|---|---|
| properti | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Tabel properti. |
| kunci | System::String | Nama properti. |
| value | double | Nilai properti. |
ReturnValue
Sebuah properti.
Lihat Juga
- 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
Mengatur nilai properti float dalam tabel properti yang ditentukan.
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 | Tipe | Deskripsi |
|---|---|---|
| properti | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Tabel properti. |
| kunci | System::String | Nama properti. |
| value | float | Nilai properti. |
ReturnValue
Sebuah properti.
Lihat Juga
- 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
Mengatur nilai properti integer dalam tabel properti yang ditentukan.
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 | Tipe | Deskripsi |
|---|---|---|
| properti | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Tabel properti. |
| kunci | System::String | Nama properti. |
| value | int32_t | Nilai properti. |
ReturnValue
Sebuah properti.
Lihat Juga
- 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
Mengatur nilai properti array string dalam tabel properti yang ditentukan.
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 | Tipe | Deskripsi |
|---|---|---|
| properti | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Tabel properti. |
| kunci | System::String | Nama properti. |
| value | System::ArrayPtr<System::String> | Nilai properti. |
ReturnValue
Sebuah properti.
Lihat Juga
- 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
Mengatur nilai properti warna dalam tabel properti yang ditentukan.
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 | Tipe | Deskripsi |
|---|---|---|
| properti | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Tabel properti. |
| kunci | System::String | Nama properti. |
| value | System::Drawing::Color | Nilai properti. |
ReturnValue
Sebuah properti.
Lihat Juga
- 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
Mengatur nilai properti persegi panjang dalam tabel properti yang ditentukan.
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 | Tipe | Deskripsi |
|---|---|---|
| properti | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Tabel properti. |
| kunci | System::String | Nama properti. |
| value | System::Drawing::Rectangle | Nilai properti. |
ReturnValue
Sebuah properti.
Lihat Juga
- 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
Mengatur nilai properti ukuran dalam tabel properti yang ditentukan.
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 | Tipe | Deskripsi |
|---|---|---|
| properti | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Tabel properti. |
| kunci | System::String | Nama properti. |
| value | System::Drawing::Size | Nilai properti. |
ReturnValue
Sebuah properti.
Lihat Juga
- 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
Mengatur nilai properti margin dalam tabel properti yang ditentukan.
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 | Tipe | Deskripsi |
|---|---|---|
| properti | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Tabel properti. |
| kunci | System::String | Nama properti. |
| value | System::SharedPtr<Margins> | Nilai properti. |
ReturnValue
Sebuah properti.
Lihat Juga
- 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
Mengatur nilai properti matriks dalam tabel properti yang ditentukan.
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 | Tipe | Deskripsi |
|---|---|---|
| properti | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Tabel properti. |
| kunci | System::String | Nama properti. |
| value | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | Nilai properti. |
ReturnValue
Sebuah properti.
Lihat Juga
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Matrix
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++