API Reference
Cmdlet
Add-OfficeWordEndnote
Adds an endnote reference to a Word paragraph.
Remarks
Adds an endnote reference to a Word paragraph.
Examples
Add an endnote inside the Word DSL.
PS>
Add-OfficeWordParagraph -Text 'Appendix reference' { Add-OfficeWordEndnote -Text 'Full calculation appears in the appendix.' }
Creates an endnote 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-OfficeWordEndnote [-Paragraph <WordParagraph>] [-PassThru] -Text <String> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Paragraph WordParagraph
- Paragraph to receive the endnote reference.
- PassThru SwitchParameter
- Emit the created endnote paragraph.
- Text String
- Endnote text.
Outputs
OfficeIMO.Word.WordParagraph