API Reference
Class
PowerPointApplicationProperties
Provides access to extended application properties for a PowerPoint presentation.
Inheritance
- Object
- PowerPointApplicationProperties
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Application { get; set; } #Gets or sets the application name that created the presentation.
public String ApplicationVersion { get; set; } #Gets or sets the application version that created the presentation.
public String Company { get; set; } #Gets or sets the company associated with the presentation.
public String Manager { get; set; } #Gets or sets the manager associated with the presentation.
public String PresentationFormat { get; set; } #Gets or sets the presentation format description.
public String Slides { get; } #Gets the stored slide count.
public String Notes { get; } #Gets the stored notes count.
public String TotalTime { get; set; } #Gets or sets the stored total editing time.