API Reference

Enum

PowerPointStrikeStyle

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

Native DrawingML strike-through variants for PowerPoint text.

Inheritance

  • Enum
  • PowerPointStrikeStyle

Usage

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

Values

public const PowerPointStrikeStyle None #

No strike-through.

Value: 0
public const PowerPointStrikeStyle Single #

A single strike-through line.

Value: 1
public const PowerPointStrikeStyle Double #

A double strike-through line.

Value: 2