API Reference
Command
Add-OfficeWordFooter
Adds content to a section footer.
Remarks
Adds content to a section footer.
Examples
Append page numbers to the default footer.
PS>Add-OfficeWordSection { Add-OfficeWordFooter { Add-OfficeWordPageNumber -IncludeTotalPages } }
Inserts a footer displaying “Page X of Y”.
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.