API Reference

Cmdlet

Add-OfficeWordFootnote

Aliases: WordFootnote
Namespace PSWriteOffice
Aliases
WordFootnote
Inputs
OfficeIMO.Word.WordParagraph
Outputs
OfficeIMO.Word.WordParagraph

Adds a footnote reference to a Word paragraph.

Remarks

Adds a footnote reference to a Word paragraph.

Examples

Authored help example

Add a footnote inside the Word DSL.

PS>


Add-OfficeWordParagraph -Text 'Service availability' { Add-OfficeWordFootnote -Text 'Measured from successful health probes.' }
        

Creates a footnote reference on the current paragraph.

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-OfficeWordFootnote [-Paragraph <WordParagraph>] [-PassThru] -Text <String> [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Paragraph WordParagraph optionalposition: namedpipeline: True (ByValue)
Paragraph to receive the footnote reference.
PassThru SwitchParameter optionalposition: namedpipeline: False
Emit the created footnote paragraph.
Text String requiredposition: 0pipeline: False
Footnote text.

Outputs

OfficeIMO.Word.WordParagraph