API Reference
Cmdlet
Add-OfficeWordHeader
Adds content to a section header.
Remarks
Ensures the requested header part (default/first/even) exists and executes the DSL scriptblock within it.
Examples
Create a default header.
PS>
Add-OfficeWordSection { Add-OfficeWordHeader { Add-OfficeWordParagraph -Text 'Confidential' -Style Heading3 } }
Creates a section header that prints “Confidential”.
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.