API Reference
Class
PowerPointImageAsset
Real image asset with crop, focal-point, caption, provenance, alt text, and annotations.
Inheritance
- Object
- PowerPointImageAsset
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
Accepted by parameters
- Method PowerPointDeckComposer.AddScreenshotStorySlide
- Method PowerPointDeckPlan.AddScreenshotStory
- Method PowerPointDesignExtensions.AddDesignerScreenshotStorySlide
- Extension method PowerPointPresentation.AddDesignerScreenshotStorySlide
- Constructor PowerPointScreenshotStoryPlanSlide.PowerPointScreenshotStoryPlanSlide
- Method PowerPointSlide.AddPicture
Constructors
public PowerPointImageAsset(String path, String alternativeText) #Creates a semantic image asset.
Parameters
- path System.String
- alternativeText System.String
Methods
public PowerPointImageAsset Annotate(PowerPointImageAnnotation annotation) #Returns:
PowerPointImageAssetAdds an annotation and returns this asset.
Parameters
- annotation OfficeIMO.PowerPoint.PowerPointImageAnnotation
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Path { get; } #Source image path.
public String AlternativeText { get; } #Alternative text applied to the native picture.
public String Caption { get; set; } #Optional visible caption.
public String Provenance { get; set; } #Optional source or provenance line.
public PowerPointImagePlacement Placement { get; set; } #Image placement policy.
public Double FocalX { get; set; } #Normalized horizontal focal point.
public Double FocalY { get; set; } #Normalized vertical focal point.
public IReadOnlyList<PowerPointImageAnnotation> Annotations { get; } #Annotations rendered over the image.