API Reference

Class

PowerPointCoverageLocation

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

A location marker for coverage and map-like slides.

Inheritance

  • Object
  • PowerPointCoverageLocation

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 PowerPointCoverageLocation(String name, Double x, Double y, String detail = null) #

Creates a coverage location. X and Y are normalized positions from 0 to 1 inside the map panel.

Parameters

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

Properties

public String Name { get; } #

Location name.

public Double X { get; } #

Normalized horizontal position from 0 to 1 inside the map panel.

public Double Y { get; } #

Normalized vertical position from 0 to 1 inside the map panel.

public String Detail { get; } #

Optional location detail.