OfficeIMO

API Reference

Command

Add-OfficeWordRepeatingSection

Namespace PSWriteOffice
Inputs
OfficeIMO.Word.WordParagraph
Outputs
OfficeIMO.Word.WordRepeatingSection

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 Sets

Parameters

Alias String optionalposition: namedpipeline: False
Optional alias for the control.
Paragraph WordParagraph optionalposition: namedpipeline: True (ByValue)
Explicit paragraph to receive the control.
PassThru SwitchParameter optionalposition: namedpipeline: False
Emit the created control.
SectionTitle String optionalposition: namedpipeline: False
Optional title for the repeating section.
Tag String optionalposition: namedpipeline: False
Optional tag for the control.

Outputs

OfficeIMO.Word.WordRepeatingSection