API Reference
Command
Add-OfficeWordRepeatingSection
Adds a repeating section content control to the current paragraph.
Remarks
Adds a repeating section content control to the current paragraph.
Examples
Add a repeating section.
PS>Add-OfficeWordParagraph { Add-OfficeWordRepeatingSection -SectionTitle 'Items' -Alias 'LineItems' }
Creates a repeating section control.
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Add-OfficeWordRepeatingSection [-Alias <String>] [-Paragraph <WordParagraph>] [-PassThru] [-SectionTitle <String>] [-Tag <String>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Alias String
- Optional alias for the control.
- Paragraph WordParagraph
- Explicit paragraph to receive the control.
- PassThru SwitchParameter
- Emit the created control.
- SectionTitle String
- Optional title for the repeating section.
- Tag String
- Optional tag for the control.
Outputs
OfficeIMO.Word.WordRepeatingSection