API Reference

Cmdlet

Get-OfficeWordHyperlink

Namespace PSWriteOffice
Inputs
OfficeIMO.Word.WordDocument OfficeIMO.Word.WordSection OfficeIMO.Word.WordParagraph
Outputs
OfficeIMO.Word.WordHyperLink

Gets hyperlinks from a Word document.

Remarks

Gets hyperlinks from a Word document.

Examples

Authored help example

List hyperlinks from a document.

          PS>
          Get-OfficeWordHyperlink -Path .\Report.docx
        

Returns hyperlinks found in the document.

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