API Reference
Command
Remove-OfficeWordTableOfContent
Removes the table of contents from a Word document.
Remarks
Removes the table of contents from a Word document.
Examples
Remove the table of contents.
PS>Remove-OfficeWordTableOfContent
Deletes the table of contents if one exists.
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
Remove-OfficeWordTableOfContent [-Document <WordDocument>] [-PassThru] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Document WordDocument
- Document to modify when provided explicitly.
- PassThru SwitchParameter
- Emit the document after removal.
Outputs
System.Object