API Reference

Class

PowerPointParagraphInline

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

An ordered typed inline node from a PowerPoint paragraph.

Inheritance

  • Object
  • PowerPointParagraphInline

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

Properties

public PowerPointParagraphInlineKind Kind { get; } #

Node kind.

public String Text { get; } #

Displayed text contributed by the node; a line break contributes a newline.

public PowerPointTextRun Run { get; } #

Formatted run when Kind is Run.

public String FieldId { get; } #

DrawingML field identifier when Kind is Field.

public String FieldType { get; } #

DrawingML field type when Kind is Field.