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