SetCustomPropertyValue()

DocumentProperties::SetCustomPropertyValue(System::String, bool) method

Sets a named boolean custom property.

void Aspose::Slides::DocumentProperties::SetCustomPropertyValue(System::String name, bool value) override

Arguments

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

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

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

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

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

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

See Also