API Reference

Class

WordRepeatingSection

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word

Represents a repeating section content control within a paragraph.

Inheritance

Usage

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

Methods

public IReadOnlyList<String> ExtractValue() #
Returns: IReadOnlyList<String>

Extracts the repeating-section text values for content-control form maps.

public Void Remove() #
Returns: Void

Removes the repeating section from the paragraph.

public Void SetTextItems(IEnumerable<String> values) #
Returns: Void

Replaces the repeating-section items with text values.

Parameters

values System.Collections.Generic.IEnumerable{System.String} requiredposition: 0
Item text values to apply. An empty list leaves one blank item so the control stays editable in Word.

Properties

public String Alias { get; } #

Gets the alias associated with this repeating section control.

public String Tag { get; set; } #

Gets or sets the tag value for this repeating section control.

public IReadOnlyList<String> TextItems { get; } #

Gets the text values in the repeating-section items.