PPT PPTX ODP POT ppsx
Aspose.Slides  for .NET
PPSM

Szerkessze a PPSM tulajdonságokat a C# használatával

Készítse el saját .NET alkalmazásait a prezentációs fájlok beépített és egyéni tulajdonságainak kiszolgálóoldali API-k segítségével történő módosításához.

A PPSM tulajdonságok módosítása a C# segítségével

A Aspose.Slides for .NET használatával a fejlesztők hozzáférhetnek és módosíthatják a beépített tulajdonságok, valamint az egyéni tulajdonságok értékeit. A fejlesztők a Presentation objektum által közzétett DocumentProperties tulajdonságot használhatják a prezentációs fájl dokumentum tulajdonságainak eléréséhez.

A PPSM beépített tulajdonságainak módosítása – C#


// Instantiate the Presentation class that represents the Presentation
Presentation presentation = new Presentation("presentation.ppsm");

// Create a reference to IDocumentProperties object associated with Presentation
IDocumentProperties documentProperties = presentation.DocumentProperties;

// Set the builtin properties
documentProperties.Author = "Aspose.Slides for .NET";
documentProperties.Title = "Modifying Presentation Properties";
documentProperties.Subject = "Aspose Subject";
documentProperties.Comments = "Aspose Description";
documentProperties.Manager = "Aspose Manager";

// Save your presentation to a file
presentation.Save("DocumentProperties_out.ppsm", SaveFormat.Ppsm);

Egyéni tulajdonságok hozzáadása a következőhöz: PPSM – C#


// Instantiate the Presentation class
Presentation presentation = new Presentation();

// Getting Document Properties
IDocumentProperties documentProperties = presentation.DocumentProperties;

// Adding Custom properties
documentProperties["New Custom"] = 12;
documentProperties["My Name"] = "Aspose Metadata Editor";
documentProperties["Custom"] = 124;

// Getting property name at particular index
String getPropertyName = documentProperties.GetCustomPropertyName(2);

// Removing selected property
documentProperties.RemoveCustomProperty(getPropertyName);

// Save your presentation to a file
presentation.Save("CustomDocumentProperties_out.ppsm", SaveFormat.Ppsm);

A PPSM metaadatainak kinyerése a C# segítségével

Ezek a lépések a metaadatok kibontásához a PPSM fájlokból.

  1. Példányosítsa a Presentation osztályt a PPSM fájl elérési útjával

  2. A bemutatóhoz társított DocumentProperties objektum lekérése

  3. Hurok át a DocumentProperties objektum elemei között

  4. Egyéni tulajdonságok elérése és módosítása

Egyéb támogatott metaadat-formátumok

A C# használatával számos más formátum metaadatait is kezelheti, beleértve a.