API Reference

Enum

LegacyPptHyperlinkType

Namespace OfficeIMO.PowerPoint.LegacyPpt.Model
Assembly OfficeIMO.PowerPoint
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies the legacy hyperlink target category.

Inheritance

  • Enum
  • LegacyPptHyperlinkType

Usage

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

Values

public const LegacyPptHyperlinkType NextSlide #

Next slide.

Value: 0
public const LegacyPptHyperlinkType PreviousSlide #

Previous slide.

Value: 1
public const LegacyPptHyperlinkType FirstSlide #

First slide.

Value: 2
public const LegacyPptHyperlinkType LastSlide #

Last slide.

Value: 3
public const LegacyPptHyperlinkType CustomShow #

Named custom show.

Value: 6
public const LegacyPptHyperlinkType SlideNumber #

A slide number or named slide.

Value: 7
public const LegacyPptHyperlinkType Url #

An Internet URL.

Value: 8
public const LegacyPptHyperlinkType OtherPresentation #

Another presentation.

Value: 9
public const LegacyPptHyperlinkType OtherFile #

Another file.

Value: 10
public const LegacyPptHyperlinkType Nil #

No hyperlink category.

Value: 255