API Reference

Class

PowerPointMetric

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

A metric displayed prominently on a designer slide.

Inheritance

  • Object
  • PowerPointMetric

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public PowerPointMetric(String value, String label) #

Creates a metric with a value and label.

Parameters

value System.String requiredposition: 0
label System.String requiredposition: 1

Properties

public String Value { get; } #

Prominent metric value.

public String Label { get; } #

Metric label or caption.