API Reference
Class
WordRepeatingSection
Represents a repeating section content control within a paragraph.
Inheritance
- WordElement
- WordRepeatingSection
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
- Method WordDocument.AddRepeatingSection
- Method WordDocument.GetRepeatingSectionByAlias
- Method WordDocument.GetRepeatingSectionByTag
- Property WordDocument.RepeatingSections
- Property WordFooter.RepeatingSections
- Property WordHeader.RepeatingSections
- Property WordHeaderFooter.RepeatingSections
- Method WordParagraph.AddRepeatingSection
- Property WordParagraph.RepeatingSection
- Property WordSection.RepeatingSections
- Property WordTable.RepeatingSections
Methods
public IReadOnlyList<String> ExtractValue() #Returns:
IReadOnlyList<String>Extracts the repeating-section text values for content-control form maps.
public Void SetTextItems(IEnumerable<String> values) #Returns:
VoidReplaces the repeating-section items with text values.
Parameters
- values System.Collections.Generic.IEnumerable{System.String}
- Item text values to apply. An empty list leaves one blank item so the control stays editable in Word.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object