AppPropertiesPart

Vue de l’ensemble

‘AppPropertiesPart’ est une classe dans Aspose.Slides FOSS pour C++.

Parse/serialize docProps/app.xml. Lise les propriétés étendues du package OPC sur la construction, les expose comme des champs publics et peut les sérialiser en retour par sauvegarde().

Cette classe fournit 3 méthodes pour travailler avec AppPropertiesPart objets dans les programmes C++. Les méthodologies disponibles comprennent: ‘clear’, ‘mark_dirty’, save. Tous les membres publics sont accessibles à n’importe quelle application C ++ après l’installation de la Aspose.Slides FOSS pour le package C+. Propriétés: app_version, application , company,, heading_pairs., hidden_slides et 14 autres.

Propriétés

NameTypeAccessDescription
applicationstd::optional<std::string>Read/WriteGets or sets the application.
app_versionstd::optional<std::string>Read/WriteGets or sets the app version.
companystd::optional<std::string>Read/WriteGets or sets the company.
managerstd::optional<std::string>Read/WriteGets or sets the manager.
presentation_formatstd::optional<std::string>Read/WriteGets or sets the presentation format.
template_namestd::optional<std::string>Read/WriteGets or sets the template name.
hyperlink_basestd::optional<std::string>Read/WriteGets or sets the hyperlink base.
total_timestd::optional<int>Read/WriteGets or sets the total time.
slidesstd::optional<int>Read/WriteGets or sets the slides.
hidden_slidesstd::optional<int>Read/WriteGets or sets the hidden slides.
notesstd::optional<int>Read/WriteGets or sets the notes.
paragraphsstd::optional<int>Read/WriteGets or sets the paragraphs.
wordsstd::optional<int>Read/WriteGets or sets the words.
mm_clipsstd::optional<int>Read/WriteGets or sets the mm clips.
scale_cropstd::optional<bool>Read/WriteGets or sets the scale crop.
links_up_to_datestd::optional<bool>Read/WriteGets or sets the links up to date.
shared_docstd::optional<bool>Read/WriteGets or sets the shared doc.
hyperlinks_changedstd::optional<bool>Read/WriteGets or sets the hyperlinks changed.
heading_pairsstd::vector<HeadingPairData>Read/WriteGets or sets the heading pairs.
titles_of_partsstd::vector<std::string>Read/WriteGets or sets the titles of parts.

méthodes

SignatureDescription
mark_dirty()Mark the part as dirty so save() will regenerate the XML.
save()Parse/serialize docProps/app.xml. Reads extended properties from the OPC package on construction,
clear()Reset all properties to empty/null state and mark dirty.

Voir aussi

  • Aspose.Slides - référence API d’entreprise
 Français