SetCustomPropertyValue()

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

ParameterTypeDescription
nameSystem::StringName of the custom property to set
valueboolCustom 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

ParameterTypeDescription
nameSystem::StringName of the custom property to set
valueint32_tCustom 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

ParameterTypeDescription
nameSystem::StringName of the custom property to set
valueSystem::DateTimeCustom 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

ParameterTypeDescription
nameSystem::StringName of the custom property to set
valueSystem::StringCustom 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

ParameterTypeDescription
nameSystem::StringName of the custom property to set
valuefloatCustom 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

ParameterTypeDescription
nameSystem::StringName of the custom property to set
valuedoubleCustom property value

See Also