API Reference

Enum

PowerPointParagraphInlineKind

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

Kind of authored inline node in a DrawingML paragraph.

Inheritance

  • Enum
  • PowerPointParagraphInlineKind

Usage

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

Values

public const PowerPointParagraphInlineKind Run #

A normal formatted text run.

Value: 0
public const PowerPointParagraphInlineKind LineBreak #

An explicit line break.

Value: 1
public const PowerPointParagraphInlineKind Field #

A dynamic DrawingML text field.

Value: 2