API Reference

Cmdlet

Add-OfficeWordEndnote

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

Adds an endnote reference to a Word paragraph.

Remarks

Adds an endnote reference to a Word paragraph.

Examples

Authored help example

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 Sets

Parameters

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

Outputs

OfficeIMO.Word.WordParagraph