Access or Modify Properties of PowerPoint Files using C++

Access or Modify Properties of PowerPoint Files using C++

PowerPoint files contain metadata or document properties that provide additional information about the presentation. These include information such as the title, date, author, etc., of the presentation. In this article, you will learn how to access and modify the properties in PowerPoint presentations using C++.

C++ API for Accessing and Modifying Properties of PowerPoint Presentations

Aspose.Slides for C++ is a C++ API for working with PowerPoint files. It enables you to create, read and update PowerPoint files without needing additional software. Furthermore, the API allows you to access and modify the properties of PowerPoint presentations. You can either install the API through NuGet or download it directly from the Downloads section.

PM> Install-Package Aspose.Slides.Cpp

Types of Properties in PowerPoint Presentations

There are two types of properties in PowerPoint presentations: built-in and custom. The built-in properties store general information about the presentations like the title, date, etc. On the other hand, custom properties store custom information in key/value pairs. The following sections cover how to add, access, and modify built-in and custom properties of PowerPoint presentations.

Access Built-in Properties in PowerPoint Presentations using C++

The following are the steps to access built-in properties in PowerPoint presentations.

The following sample code shows how to access built-in properties in PowerPoint presentations using C++.

Modify Built-in Properties in PowerPoint Presentations using C++

The following are the steps to modify built-in properties in PowerPoint presentations.

The following sample code shows how to modify built-in PowerPoint properties using C++.

Add Custom Properties in PowerPoint Presentations using C++

The following are the steps to add custom properties in PowerPoint presentations.

The following sample code shows how to add custom properties in PowerPoint presentations.

Access and Modify Custom Properties in PowerPoint Presentations

The following are the steps to access and modify custom properties in PowerPoint presentations.

The following sample code shows how to access and modify custom properties in PowerPoint presentations using C++.

Get a Free License

In order to try the API without evaluation limitations, you can request a free temporary license.

Conclusion

In this article, you have learned how to access and modify built-in properties in PowerPoint presentations. Furthermore, you have seen how to add, access, and modify custom PowerPoint properties using Aspose.Slides for C++ API. It is a robust API with lots of additional features for automating your PowerPoint-related tasks. You can explore the API in detail by visiting the official documentation. In case of any queries, please feel free to reach us at our free support forum.

See Also