New to Telerik Document ProcessingStart a free 30-day trial

Manages inline elements within a paragraph, providing strongly-typed add methods for text runs, images, and floating content.

Definition

Methods

Creates and appends a new FloatingImage to the collection and returns it for positioning, wrapping, and image configuration.

C#
public FloatingImage AddFloatingImage()
Returns:

FloatingImage

The added floating image.

Creates and appends a new ImageInline to the collection and returns it for image source and sizing configuration.

C#
public ImageInline AddImageInline()
Returns:

ImageInline

The added image inline.

Creates and appends a new empty Run to the collection and returns it for text and formatting configuration.

C#
public Run AddRun()
Returns:

Run

The added run.

Creates and appends a new Run with the specified text to the collection and returns it for additional configuration.

C#
public Run AddRun(string text)
Parameters:textstringReturns:

Run

The added run.