API Reference

Class

PowerPointImageAnnotation

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Normalized annotation anchored to a semantic image.

Inheritance

  • Object
  • PowerPointImageAnnotation

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

Constructors

public PowerPointImageAnnotation(Double x, Double y, String label, String detail = null, String color = null) #

Creates an annotation at normalized image coordinates from zero to one.

Parameters

x System.Double requiredposition: 0
y System.Double requiredposition: 1
label System.String requiredposition: 2
detail System.String = null optionalposition: 3
color System.String = null optionalposition: 4

Properties

public Double X { get; } #

Normalized horizontal anchor.

public Double Y { get; } #

Normalized vertical anchor.

public String Label { get; } #

Short annotation label.

public String Detail { get; } #

Optional supporting detail.

public String Color { get; } #

Optional accent color.