Aspose::Page::UserProperties::SetProperty méthode
UserProperties::SetProperty(System::String, bool) method
Définit la valeur de la propriété booléenne.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, bool value)
| Paramètre | Type | Description |
|---|---|---|
| clé | System::String | Le nom de la propriété. |
| value | bool | La valeur de la propriété. |
ReturnValue
Une propriété.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, double) method
Définit la valeur de la propriété double.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, double value)
| Paramètre | Type | Description |
|---|---|---|
| clé | System::String | Le nom de la propriété. |
| value | double | La valeur de la propriété. |
ReturnValue
Une propriété.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, float) method
Définit la valeur de la propriété flottant.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, float value)
| Paramètre | Type | Description |
|---|---|---|
| clé | System::String | Le nom de la propriété. |
| value | float | La valeur de la propriété. |
ReturnValue
Une propriété.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, int32_t) method
Définit la valeur de la propriété entier.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, int32_t value)
| Paramètre | Type | Description |
|---|---|---|
| clé | System::String | Le nom de la propriété. |
| value | int32_t | La valeur de la propriété. |
ReturnValue
Une propriété.
Voir aussi
- 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
Définit la valeur de la propriété tableau de chaînes.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::ArrayPtr<System::String> value)
| Paramètre | Type | Description |
|---|---|---|
| clé | System::String | Le nom de la propriété. |
| value | System::ArrayPtr<System::String> | La valeur de la propriété. |
ReturnValue
Une propriété.
Voir aussi
- 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
Définit la valeur de la propriété couleur.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Color value)
| Paramètre | Type | Description |
|---|---|---|
| clé | System::String | Le nom de la propriété. |
| value | System::Drawing::Color | La valeur de la propriété. |
ReturnValue
Une propriété.
Voir aussi
- 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
Définit la valeur de la propriété rectangle.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Rectangle value)
| Paramètre | Type | Description |
|---|---|---|
| clé | System::String | Le nom de la propriété. |
| value | System::Drawing::Rectangle | La valeur de la propriété. |
ReturnValue
Une propriété.
Voir aussi
- 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
Définit la valeur de la propriété taille.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Size value)
| Paramètre | Type | Description |
|---|---|---|
| clé | System::String | Le nom de la propriété. |
| value | System::Drawing::Size | La valeur de la propriété. |
ReturnValue
Une propriété.
Voir aussi
- 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
Définit la valeur de la propriété marges.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<Margins> value)
| Paramètre | Type | Description |
|---|---|---|
| clé | System::String | Le nom de la propriété. |
| value | System::SharedPtr<Margins> | La valeur de la propriété. |
ReturnValue
Une propriété.
Voir aussi
- 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
Définit la valeur de la propriété matrice.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> value)
| Paramètre | Type | Description |
|---|---|---|
| clé | System::String | Le nom de la propriété. |
| value | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | La valeur de la propriété. |
ReturnValue
Une propriété.
Voir aussi
- 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
Définit la valeur de la propriété string.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::String value)
| Paramètre | Type | Description |
|---|---|---|
| clé | System::String | Le nom de la propriété. |
| value | System::String | La valeur de la propriété. |
ReturnValue
Une propriété.
Voir aussi
- 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
Définit la valeur de la propriété booléenne dans la table de propriétés spécifiée.
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)
| Paramètre | Type | Description |
|---|---|---|
| propriétés | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Le tableau des propriétés. |
| clé | System::String | Le nom de la propriété. |
| value | bool | La valeur de la propriété. |
ReturnValue
Une propriété.
Voir aussi
- 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
Définit la valeur de la propriété double dans la table de propriétés spécifiée.
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)
| Paramètre | Type | Description |
|---|---|---|
| propriétés | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Le tableau des propriétés. |
| clé | System::String | Le nom de la propriété. |
| value | double | La valeur de la propriété. |
ReturnValue
Une propriété.
Voir aussi
- 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
Définit la valeur de la propriété flottant dans la table de propriétés spécifiée.
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)
| Paramètre | Type | Description |
|---|---|---|
| propriétés | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Le tableau des propriétés. |
| clé | System::String | Le nom de la propriété. |
| value | float | La valeur de la propriété. |
ReturnValue
Une propriété.
Voir aussi
- 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
Définit la valeur de la propriété entier dans la table de propriétés spécifiée.
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)
| Paramètre | Type | Description |
|---|---|---|
| propriétés | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Le tableau des propriétés. |
| clé | System::String | Le nom de la propriété. |
| value | int32_t | La valeur de la propriété. |
ReturnValue
Une propriété.
Voir aussi
- 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
Définit la valeur de la propriété tableau de chaînes dans la table de propriétés spécifiée.
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)
| Paramètre | Type | Description |
|---|---|---|
| propriétés | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Le tableau des propriétés. |
| clé | System::String | Le nom de la propriété. |
| value | System::ArrayPtr<System::String> | La valeur de la propriété. |
ReturnValue
Une propriété.
Voir aussi
- 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
Définit la valeur de la propriété couleur dans la table de propriétés spécifiée.
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)
| Paramètre | Type | Description |
|---|---|---|
| propriétés | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Le tableau des propriétés. |
| clé | System::String | Le nom de la propriété. |
| value | System::Drawing::Color | La valeur de la propriété. |
ReturnValue
Une propriété.
Voir aussi
- 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
Définit la valeur de la propriété rectangle dans la table de propriétés spécifiée.
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)
| Paramètre | Type | Description |
|---|---|---|
| propriétés | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Le tableau des propriétés. |
| clé | System::String | Le nom de la propriété. |
| value | System::Drawing::Rectangle | La valeur de la propriété. |
ReturnValue
Une propriété.
Voir aussi
- 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
Définit la valeur de la propriété taille dans la table de propriétés spécifiée.
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)
| Paramètre | Type | Description |
|---|---|---|
| propriétés | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Le tableau des propriétés. |
| clé | System::String | Le nom de la propriété. |
| value | System::Drawing::Size | La valeur de la propriété. |
ReturnValue
Une propriété.
Voir aussi
- 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
Définit la valeur de la propriété marges dans la table de propriétés spécifiée.
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)
| Paramètre | Type | Description |
|---|---|---|
| propriétés | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Le tableau des propriétés. |
| clé | System::String | Le nom de la propriété. |
| value | System::SharedPtr<Margins> | La valeur de la propriété. |
ReturnValue
Une propriété.
Voir aussi
- 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
Définit la valeur de la propriété matrice dans la table de propriétés spécifiée.
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)
| Paramètre | Type | Description |
|---|---|---|
| propriétés | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Le tableau des propriétés. |
| clé | System::String | Le nom de la propriété. |
| value | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | La valeur de la propriété. |
ReturnValue
Une propriété.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Matrix
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++