Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

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 text properties for a normal run or dynamic field.

public String FieldId { get; } #

DrawingML field identifier when Kind is Field.

public String FieldType { get; } #

DrawingML field type when Kind is Field.