API Reference
Cmdlet
Add-OfficeWordFootnote
Adds a footnote reference to a Word paragraph.
Remarks
Adds a footnote reference to a Word paragraph.
Examples
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 SetsParameters
- Paragraph WordParagraph
- Paragraph to receive the footnote reference.
- PassThru SwitchParameter
- Emit the created footnote paragraph.
- Text String
- Footnote text.
Outputs
OfficeIMO.Word.WordParagraph