API Reference
Class
PowerPointCoverageLocation
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.
Returned or exposed by
Accepted by parameters
- Constructor PowerPointCoveragePlanSlide.PowerPointCoveragePlanSlide
- Method PowerPointDeckComposer.AddCoverageSlide
- Method PowerPointDeckPlan.AddCoverage
- Method PowerPointDesignExtensions.AddDesignerCoverageSlide
- Extension method PowerPointPresentation.AddDesignerCoverageSlide
- Method PowerPointSlideComposer.AddCoverageMap
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
- x System.Double
- y System.Double
- detail System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object