SetCustomPropertyValue()
Contents
[
Hide
]DocumentProperties::SetCustomPropertyValue(System::String, bool) method
Sets a named boolean custom property.
void Aspose::Slides::DocumentProperties::SetCustomPropertyValue(System::String name, bool value) override
Arguments
Parameter | Type | Description |
---|---|---|
name | System::String | Name of the custom property to set |
value | bool | Custom property value |
DocumentProperties::SetCustomPropertyValue(System::String, int32_t) method
Sets a named integer custom property.
void Aspose::Slides::DocumentProperties::SetCustomPropertyValue(System::String name, int32_t value) override
Arguments
Parameter | Type | Description |
---|---|---|
name | System::String | Name of the custom property to set |
value | int32_t | Custom property value |
DocumentProperties::SetCustomPropertyValue(System::String, System::DateTime) method
Sets a named DateTime custom property.
void Aspose::Slides::DocumentProperties::SetCustomPropertyValue(System::String name, System::DateTime value) override
Arguments
Parameter | Type | Description |
---|---|---|
name | System::String | Name of the custom property to set |
value | System::DateTime | Custom property value |
DocumentProperties::SetCustomPropertyValue(System::String, System::String) method
Sets a named string custom property.
void Aspose::Slides::DocumentProperties::SetCustomPropertyValue(System::String name, System::String value) override
Arguments
Parameter | Type | Description |
---|---|---|
name | System::String | Name of the custom property to set |
value | System::String | Custom property value |
DocumentProperties::SetCustomPropertyValue(System::String, float) method
Sets a named float custom property.
void Aspose::Slides::DocumentProperties::SetCustomPropertyValue(System::String name, float value) override
Arguments
Parameter | Type | Description |
---|---|---|
name | System::String | Name of the custom property to set |
value | float | Custom property value |
DocumentProperties::SetCustomPropertyValue(System::String, double) method
Sets a named double custom property.
void Aspose::Slides::DocumentProperties::SetCustomPropertyValue(System::String name, double value) override
Arguments
Parameter | Type | Description |
---|---|---|
name | System::String | Name of the custom property to set |
value | double | Custom property value |
See Also
- Class String
- Class DocumentProperties
- Class DateTime
- Namespace Aspose::Slides
- Library Aspose.Slides